This commit is contained in:
parent
c6e3f3ec48
commit
d62798e41d
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
# vim related
|
||||
pip install --user neovim &&
|
||||
pip install --user neovim && \
|
||||
npm install -g instant-markdown-d && \
|
||||
nvim +PluginInstall +qall && \
|
||||
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang)
|
||||
|
|
Loading…
Reference in a new issue