nvim: Add support for bashls
This commit is contained in:
parent
137f6c6be6
commit
f8cd8afc06
2 changed files with 7 additions and 0 deletions
5
dotfiles/nvim/lua/plugins/lsp/shell.lua
Normal file
5
dotfiles/nvim/lua/plugins/lsp/shell.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return function()
|
||||
require"lspconfig".bashls.setup {
|
||||
capabilities = require"cmp_nvim_lsp".default_capabilities(),
|
||||
}
|
||||
end
|
|
@ -36,6 +36,8 @@
|
|||
texlab
|
||||
haskell-language-server
|
||||
rustc
|
||||
shellcheck
|
||||
bash-language-server
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue