Clean up bashls
This commit is contained in:
@@ -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)", },
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ local servers = {
|
|||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"npm",
|
"npm",
|
||||||
|
"shellcheck"
|
||||||
},
|
},
|
||||||
config = {},
|
config = {},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user