aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/rescriptls.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2026-03-13 11:54:55 -0400
committerGitHub <noreply@github.com>2026-03-13 11:54:55 -0400
commit21b540fc804f6595d2fc2f68fb8516dca1fafa0b (patch)
tree1960a49742294cd98119bbbc9e73d70c7562c7c5 /lsp/rescriptls.lua
parentdocs: update configs.md (diff)
parentdocs: apply auto-generated annotations to LSP configs (diff)
downloadnvim-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.lua1
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 = {