My personal VIM configuration
vim
Go to file
2018-06-29 21:59:29 +02:00
autoload Initial Commit 2018-01-28 10:37:14 +01:00
bundle update submodules 2018-06-29 21:59:29 +02:00
.gitmodules fix: rm nerdtree 2018-03-08 18:04:34 +01:00
README.md fix: README 2018-06-29 19:10:49 +02:00
vimrc fix: vimrc 2018-06-16 11:20:05 +02:00

README

Installation

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

Update Repositories

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

Update You-Complete-Me

cd ~/.vim/bundle/YouCompleteMe
./install.py --all