Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 411 Bytes

Vim Settings

The Vim Settings should be cloned into ~/.vim. Once that is done, create a ~/.vimrc with the following content:

source ~/.vim/rc/vim.vim

When using MacVim, you should also create a ~/.gvimrc with the content below:

source ~/.vim/rc/gvim.vim

After creating the .vimrc and .gvimrc files, install all of the submodules:

cd ~/.vim/
./update-submodules