/.vim

Primary LanguageVim Script

.vim

Installation

Unix

git clone https://github.com/JohanBjoerklund/.vim.git

cd ~/.vim

git submodule init
git submodule update

Windows

git clone https://github.com/JohanBjoerklund/.vim.git ~/vimfiles

cd ~/vimfiles

git submodule init
git submodule update

Update

git submodule update --recursive
git pull origin master --recurse-submodules