diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/rescriptls.lua')
| -rw-r--r-- | lsp/rescriptls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/rescriptls.lua b/lsp/rescriptls.lua index 7f2af384..9c580118 100644 --- a/lsp/rescriptls.lua +++ b/lsp/rescriptls.lua @@ -33,6 +33,7 @@ --- }, --- } --- ``` +---@type vim.lsp.Config return { cmd = { 'rescript-language-server', '--stdio' }, filetypes = { 'rescript' }, |
