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_windows.ps1 | |
| parent | e53ee104ec251b11b84045dec7782b9b7a03479f (diff) | |
doc: update doc and install guide for pylsp
Diffstat (limited to 'docs/nvim_setup_windows.ps1')
| -rw-r--r-- | docs/nvim_setup_windows.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nvim_setup_windows.ps1 b/docs/nvim_setup_windows.ps1 index 6ca193a..9148a22 100644 --- a/docs/nvim_setup_windows.ps1 +++ b/docs/nvim_setup_windows.ps1 @@ -27,7 +27,7 @@ scoop install miniconda3 pip install -U pynvim # Install python-language-server -pip install 'python-lsp-server[all]' pylsp-mypy pyls-isort +pip install 'python-lsp-server[all]' pylsp-mypy python-lsp-isort # Install visual c++ redistribution scoop install vcredist2022 |
