JohanBjoerklund / .vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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

About


Languages

Language:Vim Script 94.8%Language:Vim Snippet 5.2%