Adopt to new nvim plugins

This commit is contained in:
Tobias Schmidl 2019-06-13 11:01:20 +02:00
parent 15d102d12c
commit 842624948c
2 changed files with 2 additions and 5 deletions

View file

@ -16,7 +16,4 @@ pip install --user -r https://github.com/schtobia/bootstrap/raw/master/requireme
# vim related
npm install -g instant-markdown-d && \
nvim +PluginInstall +qall && \
(cd $HOME/.vim/bundle/Vundle.vim && git checkout master) && \
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --ts-completer)
nvim +PluginInstall +qall

View file

@ -1,3 +1,3 @@
neovim
pygments
pygments-style-solarized
pynvim