This commit is contained in:
Tobias Schmidl 2018-07-24 11:56:05 +02:00 committed by GitHub
parent c6e3f3ec48
commit d62798e41d

View file

@ -22,6 +22,7 @@ sudo -S bash -c "curl -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\
curl -RLfs https://bootstrap.pypa.io/get-pip.py | python3" curl -RLfs https://bootstrap.pypa.io/get-pip.py | python3"
# vim related # vim related
pip install --user neovim && pip install --user neovim && \
npm install -g instant-markdown-d && \
nvim +PluginInstall +qall && \ nvim +PluginInstall +qall && \
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang) (cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang)