diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-06 23:54:26 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-06 23:54:26 +0800 |
| commit | 7dc6ea159b7ed0c714823a868af80243e43ac95b (patch) | |
| tree | 3d59f121739f92e2266e5d7fb760ed13207765dc /docs/Nvim_setup.sh | |
| parent | 0b80636fe372971061fabea490b56fdc305ff119 (diff) | |
update documentation and install script for Linux
Diffstat (limited to 'docs/Nvim_setup.sh')
| -rwxr-xr-x | docs/Nvim_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Nvim_setup.sh b/docs/Nvim_setup.sh index c143c68..8c2c4ac 100755 --- a/docs/Nvim_setup.sh +++ b/docs/Nvim_setup.sh @@ -66,7 +66,7 @@ fi # Install some Python packages used by Neovim plugins. echo "Installing Python packages" -PY_PACKAGES="pynvim jedi pylint flake8 yapf black vim-vint" +PY_PACKAGES="pynvim python-language-server[all] black vim-vint" if [[ "$SYSTEM_PYTHON" = true ]]; then echo "Using system Python to install $(PY_PACKAGES)" |
