Skip to content

kyleskrinak/vim-files-2.0

Repository files navigation

This is my vim configuration. My goal is for this to be cross platform, as per this question: http://stackoverflow.com/questions/11576646/can-i-version-a-path-in-git-whose-name-is-operating-system-dependent

This revision marks my change from pathogen to Vundle. Vundle allows me to configure my plugins in my vimrc file. So I only need vundle, which loads with the git submodule init/update command. Afterwards, Vundle will retrieve the necessary plugins.

Installation process:

  1. Replace the existing $HOME/.vim with git clone https://github.com/kyleskrinak/vim-files-2.0 .vim
    1. On Windows, with mingw, use "vimfiles" instead of .vim
  2. The only submodule tracked is Vundle.vim — which will load all plugins after installation, as per the vimrc
  3. Create a $HOME/.vimrc with the contents runtime vimrc
    1. On Windows, use "_vimrc" instead of ".vimrc"
  4. cd .vim (or cd vimfiles on Windows)
  5. git submodule init
  6. git submodule update
  7. Launch vim — with an xoria error
  8. Run the PluginInstall function to load all plugins

About

My vim configuration files, only now portable across mac, windows and *nix. See this for details: http://bit.ly/LIz12b

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published