[bashls] Add bash and zsh to filetypes

This commit is contained in:
2023-12-22 23:34:59 +01:00
parent b60067d496
commit 89082786fc
+2
View File
@@ -22,6 +22,8 @@ return {
lspconfig = {
filetypes = {
"sh",
"bash",
"zsh",
},
cmd = { "bash-language-server", "start", },
single_file_support = true,