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
|
# vim related
|
||||||
npm install -g instant-markdown-d && \
|
npm install -g instant-markdown-d && \
|
||||||
nvim +PluginInstall +qall && \
|
nvim +PluginInstall +qall
|
||||||
(cd $HOME/.vim/bundle/Vundle.vim && git checkout master) && \
|
|
||||||
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --ts-completer)
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
neovim
|
|
||||||
pygments
|
pygments
|
||||||
pygments-style-solarized
|
pygments-style-solarized
|
||||||
|
pynvim
|
||||||
|
|
Loading…
Reference in a new issue