From 56699bc168d9647bfec92331e7e435f23a8e42c9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 28 Apr 2020 16:43:21 -0700 Subject: [PATCH] remove LanguageServer --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index e76da18..9a71030 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,3 @@ if [ -x "$(command -v pip3)" ]; then pip3 install --user pynvim pip3 install --user python-language-server fi - -pushd ./.vim/bundle/LanguageClient-neovim -./install.sh -popd