Adopt to new nvim plugins
This commit is contained in:
parent
15d102d12c
commit
842624948c
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
neovim
|
||||
pygments
|
||||
pygments-style-solarized
|
||||
pynvim
|
||||
|
|
Loading…
Reference in a new issue