From d62798e41d743d40d3ba862ac4808f9f393abda1 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 24 Jul 2018 11:56:05 +0200 Subject: [PATCH] --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)