Clean up bashls

This commit is contained in:
2023-09-03 01:01:40 +02:00
parent 9e0fa3f6de
commit 140a55a921
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -14,8 +14,6 @@
limitations under the License. limitations under the License.
]] ]]
-- requires shellcheck also (for linting)
return { return {
cmd = { "bash-language-server", "start", }, cmd = { "bash-language-server", "start", },
cmd_env = { GLOB_PATTERN = "*@(.sh|.inc|.bash|.command)", }, cmd_env = { GLOB_PATTERN = "*@(.sh|.inc|.bash|.command)", },
+1
View File
@@ -71,6 +71,7 @@ local servers = {
}, },
dependencies = { dependencies = {
"npm", "npm",
"shellcheck"
}, },
config = {}, config = {},
}, },