My personal VIM configuration
vim
Go to file
Markus Pesch 3c6364976e
fix
2018-03-06 13:36:06 +01:00
autoload Initial Commit 2018-01-28 10:37:14 +01:00
bundle fix 2018-03-06 13:36:06 +01:00
.gitmodules fix 2018-03-06 13:36:06 +01:00
README.md add: README 2018-01-28 12:23:56 +01:00
vimrc fix 2018-03-06 13:36:06 +01:00

README.md

README

Installation

git clone --recurse-submodules git@git.cryptic.systems:volker.raschek/vim.git ~/.vim

Update

cd ~/.vim
git fetch origin
git rebase origin/master
git submodule update --init --recursive