6 lines
189 B
Lua
6 lines
189 B
Lua
-- https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/bashls.lua
|
|
return {
|
|
cmd = { "bash-language-server", "start" },
|
|
filetypes = { "bash", "sh" },
|
|
}
|