aboutsummaryrefslogtreecommitdiff
path: root/installer/install-pyls.sh
Commit message (Collapse)AuthorAge
* fix shellcheck issues, format bash scripts with shfmtMitsuo Heijo2020-01-31
|
* fix: Fix bash throws bad interpreter error by fix commit about #126nyarla2020-01-30
|
* Setup server directory in Vim scriptthinca2019-12-31
| | | | All installer scripts assume invoked at the installing path.
* Use pip_install.shYasuhiro Matsumoto2019-12-28
|
* feature: support metals, fortlsMitsuo Heijo2019-12-24
| | | | | - fix: imporve npm and pip install - proposal: add simple test script
* Add some language servers and fix pyls installer.Mitsuo Heijo2019-12-18
Added servers - terraform-lsp - dockerfile-language-server-nodejs - bash-language-server Fix pyls installer Using venv (drop python2 support)