diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2026-03-13 11:54:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-13 11:54:55 -0400 |
| commit | 21b540fc804f6595d2fc2f68fb8516dca1fafa0b (patch) | |
| tree | 1960a49742294cd98119bbbc9e73d70c7562c7c5 /lsp/rescriptls.lua | |
| parent | docs: update configs.md (diff) | |
| parent | docs: apply auto-generated annotations to LSP configs (diff) | |
| download | nvim-lspconfig-21b540fc804f6595d2fc2f68fb8516dca1fafa0b.tar nvim-lspconfig-21b540fc804f6595d2fc2f68fb8516dca1fafa0b.tar.gz nvim-lspconfig-21b540fc804f6595d2fc2f68fb8516dca1fafa0b.tar.bz2 nvim-lspconfig-21b540fc804f6595d2fc2f68fb8516dca1fafa0b.tar.lz nvim-lspconfig-21b540fc804f6595d2fc2f68fb8516dca1fafa0b.tar.xz nvim-lspconfig-21b540fc804f6595d2fc2f68fb8516dca1fafa0b.tar.zst nvim-lspconfig-21b540fc804f6595d2fc2f68fb8516dca1fafa0b.zip | |
Merge #4306 generate annotations for Lua types
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 = { |
