1
Fork 0

nvim: Add support for bashls

This commit is contained in:
caem 2024-12-24 22:35:39 +01:00
parent 137f6c6be6
commit f8cd8afc06
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
return function()
require"lspconfig".bashls.setup {
capabilities = require"cmp_nvim_lsp".default_capabilities(),
}
end

View file

@ -36,6 +36,8 @@
texlab texlab
haskell-language-server haskell-language-server
rustc rustc
shellcheck
bash-language-server
]; ];
}; };