diff --git a/bootstrap.sh b/bootstrap.sh index c7bde9b..453c4ec 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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)