Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 364 Bytes

chloesoe's vim configuration

The vim configuration including .vimrc and Vundle.vim with plug-ins included in .vimrc you could get with this steps

Install

git clone [email protected]:chloesoe/vim.git ~/.vim
ln -s ~/.vim/.vimrc ~/ 
cd ~/.vim/ 
git submodule init 
git submodule update 
vim +PluginInstall +qall

Update

vim +PluginUpdate +qall