aboutsummaryrefslogtreecommitdiff
path: root/installer/install-pyls.sh
diff options
context:
space:
mode:
authorMitsuo Heijo <mitsuo.heijo@gmail.com>2019-12-24 23:38:50 +0900
committerMitsuo Heijo <mitsuo.heijo@gmail.com>2019-12-24 23:39:14 +0900
commitc61632d625d340db4dcb4cc57c7d1d38fac5ccb8 (patch)
tree3da978115f86719d344ac34d1d51df94d39a5d5c /installer/install-pyls.sh
parent6bb33eb9bfeb5f2edf29f6fe517dd94014e67e88 (diff)
downloadvim-lsp-settings-c61632d625d340db4dcb4cc57c7d1d38fac5ccb8.tar.gz
vim-lsp-settings-c61632d625d340db4dcb4cc57c7d1d38fac5ccb8.tar.bz2
vim-lsp-settings-c61632d625d340db4dcb4cc57c7d1d38fac5ccb8.zip
feature: support metals, fortls
- fix: imporve npm and pip install - proposal: add simple test script
Diffstat (limited to 'installer/install-pyls.sh')
-rwxr-xr-xinstaller/install-pyls.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/installer/install-pyls.sh b/installer/install-pyls.sh
index 4b280fd..fa61803 100755
--- a/installer/install-pyls.sh
+++ b/installer/install-pyls.sh
@@ -2,12 +2,7 @@
set -e
-server_dir="../servers/pyls"
-
cd $(dirname $0)
-[ -d $server_dir ] && rm -rf $server_dir
-mkdir $server_dir && cd $server_dir
-python3 -m venv ./venv
-./venv/bin/pip3 install python-language-server
-ln -s ./venv/bin/pyls .
+. ./pip3.sh
+pip_install pyls python-language-server