From 842624948c07e6c99962adfe431de92b0d4d5c06 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 13 Jun 2019 11:01:20 +0200 Subject: [PATCH] Adopt to new nvim plugins --- bootstrap-user.sh | 5 +---- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bootstrap-user.sh b/bootstrap-user.sh index 0f51275..24dc62e 100755 --- a/bootstrap-user.sh +++ b/bootstrap-user.sh @@ -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 diff --git a/requirements.txt b/requirements.txt index f690158..b7406f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -neovim pygments pygments-style-solarized +pynvim