diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/v_analyzer.lua')
| -rw-r--r-- | lsp/v_analyzer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/v_analyzer.lua b/lsp/v_analyzer.lua index 1a9a92c7..14e5b39b 100644 --- a/lsp/v_analyzer.lua +++ b/lsp/v_analyzer.lua @@ -5,6 +5,7 @@ --- V language server. --- --- `v-analyzer` can be installed by following the instructions [here](https://github.com/vlang/v-analyzer#installation). +---@type vim.lsp.Config return { cmd = { 'v-analyzer' }, filetypes = { 'v', 'vsh', 'vv' }, |
