Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 330 Bytes

File metadata and controls

16 lines (9 loc) · 330 Bytes

To use

Clone to ~/.vim:

git clone [email protected]:jestin/vimconfig.git 

Create a symbolic link to the vimrc file:

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

Initialize submodules:

git submodule init
git submodule update

Alternatively, you can enter vim and run :PlugInstall to let the Plugged module handle things.