.vimrc .vim
plugins git submodules, moved to built in package manager
- clone the repo
git 1.7
git clone https://github.com/sairuk/vim-config.git
git submodule init
git submodule update
git 2.x
git clone --recurse-submodules https://github.com/sairuk/vim-config.git
- symlink <git_repo_path>.vim to ~/.vim
- symlink <git_repo_path>.vimrc to ~/.vimrc
- iceberg current theme
- nerdtree A tree explorer plugin for navigating the filesystem
- nerdtree-git-plugin git status display in nerdtree
- vimwiki wiki w/markdown support
- ale ale replacing syntastic
- indentLine displays indentation
- tagbar outline viewer
- vim-polyglot language packs
- csv render csv format files