nvim/lsp/bashls.lua
2026-04-13 15:49:15 -03:00

4 lines
88 B
Lua

return {
cmd = { "bash-language-server", "start" },
filetypes = { "sh", "bash" },
}