[bashls] Add bash and zsh to filetypes
This commit is contained in:
@@ -22,6 +22,8 @@ return {
|
|||||||
lspconfig = {
|
lspconfig = {
|
||||||
filetypes = {
|
filetypes = {
|
||||||
"sh",
|
"sh",
|
||||||
|
"bash",
|
||||||
|
"zsh",
|
||||||
},
|
},
|
||||||
cmd = { "bash-language-server", "start", },
|
cmd = { "bash-language-server", "start", },
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user