feat(lsp): add bashls
This commit is contained in:
parent
765f2c3648
commit
6df3ba48b7
@ -92,6 +92,7 @@ require('mason-lspconfig').setup()
|
|||||||
-- define the property 'filetypes' to the map in question.
|
-- define the property 'filetypes' to the map in question.
|
||||||
local servers = {
|
local servers = {
|
||||||
clangd = {},
|
clangd = {},
|
||||||
|
bashls = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
|
Loading…
Reference in New Issue
Block a user