nvim: add bash lsp

This commit is contained in:
dogeystamp 2023-06-23 12:44:39 -04:00
parent 527d42e4af
commit 343ab8c6fc
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ python-lsp-server
python-lsp-black
typescript
typescript-language-server
bash-language-server
adwaita-color-schemes
lxappearance

View File

@ -66,6 +66,7 @@ local servers = {
},
clangd = {},
tsserver = {},
bashls = {},
}
local nvim_lsp = require('lspconfig')