mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
9 lines
157 B
Lua
9 lines
157 B
Lua
require("lspconfig").bashls.setup({
|
|
cmd = {
|
|
"bash-language-server",
|
|
"start",
|
|
},
|
|
filetypes = { "sh", "zsh" },
|
|
capabilities = CAPABILITIES,
|
|
})
|