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 | |
| parent | e5c506aae38677548c16c8d10175099279418121 (diff) | |
add bash-language-server
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/nvim_setup_linux.sh | 3 | ||||
| -rw-r--r-- | docs/nvim_setup_windows.ps1 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/nvim_setup_linux.sh b/docs/nvim_setup_linux.sh index b0f79ae..b369fe6 100755 --- a/docs/nvim_setup_linux.sh +++ b/docs/nvim_setup_linux.sh @@ -117,6 +117,9 @@ fi # Install vim-language-server "$NODE_DIR/bin/npm" install -g vim-language-server +# Install bash-language-server +"$NODE_DIR/bin/npm" install -g bash-language-server + ####################################################################### # Ripgrep part # ####################################################################### 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 |
