68bf1acad0
This reverts commit 7ce88bb7c1d904a628634c0d96ef05100866f50e.
16 lines
277 B
Lua
16 lines
277 B
Lua
return {
|
|
enabled = true,
|
|
dependencies = {
|
|
"npm",
|
|
},
|
|
lspconfig = {
|
|
filetypes = {
|
|
"sh",
|
|
"bash",
|
|
"zsh",
|
|
},
|
|
cmd = { "bash-language-server", "start", },
|
|
single_file_support = true,
|
|
},
|
|
}
|