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