diff options
chore: add type annotation for configs
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 79d86d32..33f088e4 100644 --- a/lsp/bashls.lua +++ b/lsp/bashls.lua @@ -8,6 +8,7 @@ --- ``` --- --- Language server for bash, written using tree sitter in typescript. +---@type vim.lsp.Config return { cmd = { 'bash-language-server', 'start' }, settings = { |
