diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-26 22:54:49 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-26 22:54:49 +0800 |
| commit | 694f4d0ca169ef60099026f715d86a43f261a5ea (patch) | |
| tree | 9eb192e780b0934931917ccbe6df6e55a1df4efa /docs/nvim_setup_windows.ps1 | |
| parent | e5c506aae38677548c16c8d10175099279418121 (diff) | |
add bash-language-server
Diffstat (limited to 'docs/nvim_setup_windows.ps1')
| -rw-r--r-- | docs/nvim_setup_windows.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/nvim_setup_windows.ps1 b/docs/nvim_setup_windows.ps1 index 82eda83..7a25c10 100644 --- a/docs/nvim_setup_windows.ps1 +++ b/docs/nvim_setup_windows.ps1 @@ -15,6 +15,9 @@ scoop install universal-ctags # Install vim-language-server npm install -g vim-language-server +# Install bash-language-server +npm install -g bash-language-server + # Install miniconda3 scoop install miniconda3 |
