Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 357 Bytes

Installation:

git clone https://github.com/rvoicilas/vim-config.git ~/.vim

Switch to the ~/.vim directory and fetch the git submodules:

cd ~/.vim
git submodule init
git submodule update

Symlink .vimrc:

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

If you have any settings you'd like to override, do so in specific.vim:

vim ~/.vim/specific.vim