diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/custom_elements_ls.lua')
| -rw-r--r-- | lsp/custom_elements_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/custom_elements_ls.lua b/lsp/custom_elements_ls.lua index 59acf709..3103f564 100644 --- a/lsp/custom_elements_ls.lua +++ b/lsp/custom_elements_ls.lua @@ -23,6 +23,7 @@ --- ] --- } --- ``` +---@type vim.lsp.Config return { init_options = { hostInfo = 'neovim' }, cmd = { 'custom-elements-languageserver', '--stdio' }, |
