diff options
| author | jdhao <jdhao@hotmail.com> | 2023-07-29 13:08:54 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-07-29 13:09:37 +0200 |
| commit | 892cd49f063c34998be3413857e2032e0904c5c8 (patch) | |
| tree | 538bda14531c0e67cb013c8c4f6559477b8efa44 /docs/nvim_setup_linux.sh | |
| parent | e53ee104ec251b11b84045dec7782b9b7a03479f (diff) | |
doc: update doc and install guide for pylsp
Diffstat (limited to 'docs/nvim_setup_linux.sh')
| -rwxr-xr-x | docs/nvim_setup_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nvim_setup_linux.sh b/docs/nvim_setup_linux.sh index 7e08d91..2a72890 100755 --- a/docs/nvim_setup_linux.sh +++ b/docs/nvim_setup_linux.sh @@ -68,7 +68,7 @@ fi # Install some Python packages used by Nvim plugins. echo "Installing Python packages" -declare -a PY_PACKAGES=("pynvim" 'python-lsp-server[all]' "black" "vim-vint" "pyls-isort" "pylsp-mypy") +declare -a PY_PACKAGES=("pynvim" 'python-lsp-server[all]' "vim-vint" "python-lsp-isort" "pylsp-mypy" "python-lsp-black") if [[ "$SYSTEM_PYTHON" = true ]]; then echo "Using system Python to install $(PY_PACKAGES)" |
