diff options
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 f099d031..ce12cb5f 100644 --- a/lsp/rescriptls.lua +++ b/lsp/rescriptls.lua @@ -39,6 +39,7 @@ return { cmd = { 'rescript-language-server', '--stdio' }, filetypes = { 'rescript' }, root_markers = { 'bsconfig.json', 'rescript.json', '.git' }, + ---@type lspconfig.settings.rescriptls settings = {}, init_options = { extensionConfiguration = { |
