diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/veryl_ls.lua')
| -rw-r--r-- | lsp/veryl_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/veryl_ls.lua b/lsp/veryl_ls.lua index 53779e40..d003d0d9 100644 --- a/lsp/veryl_ls.lua +++ b/lsp/veryl_ls.lua @@ -8,6 +8,7 @@ --- ```sh --- cargo install veryl-ls --- ``` +---@type vim.lsp.Config return { cmd = { 'veryl-ls' }, filetypes = { 'veryl' }, |
