Vim configuration
.gitignore | ||
.gitmodules | ||
lightline.vim | ||
README.md | ||
vimrc |
This is my Vim configuration.
Installed plugins
- Vundle
- Autoclose
- CtlrP
- Distraction free writing
- Fugitive
- Gundo
- Jedi
- Jade
- Markdown
- NERDCommenter
- NERDTree
- NERDTreeTabs
- Lightline
- Solarized
- Supertab
- Syntastic
- Tagbar
How to install
git clone https://github.com/Rnhmjoj/dotvim.git ~/.vim
cd ~/.vim
mkdir backup temp spell
ln -s vimrc ~/.vimrc
- from Vim
:BundleInstall
How to update
- from Vim
:BundleInstall!