My personal VIM configuration
vim
Go to file
Markus Pesch 1a762d7291
fix(bundle/youcompleteme): add submodule, but from other repository
2020-01-04 15:33:45 +01:00
autoload Initial Commit 2018-01-28 10:37:14 +01:00
bundle fix(bundle/youcompleteme): add submodule, but from other repository 2020-01-04 15:33:45 +01:00
.gitmodules fix(bundle/youcompleteme): add submodule, but from other repository 2020-01-04 15:33:45 +01:00
README.md „README.md“ ändern 2019-04-18 23:00:28 +02:00
vimrc add: FormatJSON 2019-05-10 14:55:44 +02:00

README.md

README

Installation

git clone --recurse-submodules git@git.cryptic.systems:volker.raschek/vim.git ~/.vim
git clone --recurse-submodules https://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