My minimalistic ~/.vim folder.
- Less useless deps;
- No auto-complete;
- No garland-like syntax highlight.
Homepage: https://github.com/SergeiMinaev/vim-config
Used plugin manager: vim-plug ( https://github.com/junegunn/vim-plug )
- Remove or backup existing ~/.vim and ~/.vimrc.
- Clone this vim config:
git clone https://github.com/SergeiMinaev/vim-config.git ~/.vim
- Install vim plugin manager:
cd ~/.vim && ./update-vim-plug.sh
- Run vim, ignore the error about the color scheme and type
:PlugInstall
to install the plugins. - Restart vim. Done.
Note that path to vimrc is ~/.vim/vimrc and not ~/.vimrc .
To update vim-config run:
cd ~/.vim && git checkout . && git pull
or
~/.vim/update-vim-config.sh
To update plugin manager run ~/.vim/update-vim-plug.sh
To update installed plugins run vim and type :PlugUpdate
Installed plugins are stored in ~/.vim/plugged/