diff options
Diffstat (limited to 'lsp/bashls.lua')
| -rw-r--r-- | lsp/bashls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bashls.lua b/lsp/bashls.lua index fbd396a7..e3f6f378 100644 --- a/lsp/bashls.lua +++ b/lsp/bashls.lua @@ -12,6 +12,7 @@ ---@type vim.lsp.Config return { cmd = { 'bash-language-server', 'start' }, + ---@type lspconfig.settings.bashls settings = { bashIde = { -- Glob pattern for finding and parsing shell script files in the workspace. |
