Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 311 Bytes

Clone it

git clone https://github.com/Tokynet/myvim.git ~/.vim

Create sym-links

ln -s ~/.vim/vimrc ~/.vimrc

Download all modules for first time

cd ~/.vim
git submodule update --init

To update all the modules (later)

git submodule foreach git pull origin master