diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/vimls.lua')
| -rw-r--r-- | lsp/vimls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/vimls.lua b/lsp/vimls.lua index 32cf93fd..406c5c24 100644 --- a/lsp/vimls.lua +++ b/lsp/vimls.lua @@ -6,6 +6,7 @@ --- ```sh --- npm install -g vim-language-server --- ``` +---@type vim.lsp.Config return { cmd = { 'vim-language-server', '--stdio' }, filetypes = { 'vim' }, |
