diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/vhdl_ls.lua')
| -rw-r--r-- | lsp/vhdl_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/vhdl_ls.lua b/lsp/vhdl_ls.lua index 5ca68107..79805032 100644 --- a/lsp/vhdl_ls.lua +++ b/lsp/vhdl_ls.lua @@ -26,6 +26,7 @@ --- 'tb_ent.vhd' --- ] --- ``` +---@type vim.lsp.Config return { cmd = { 'vhdl_ls' }, filetypes = { 'vhd', 'vhdl' }, |
