From 892cd49f063c34998be3413857e2032e0904c5c8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 29 Jul 2023 13:08:54 +0200 Subject: doc: update doc and install guide for pylsp --- docs/nvim_setup_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/nvim_setup_linux.sh') 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)" -- cgit v1.2.3