aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/solargraph.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/solargraph.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/solargraph.lua')
-rw-r--r--lsp/solargraph.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/solargraph.lua b/lsp/solargraph.lua
index 6f52195c..9ccccff1 100644
--- a/lsp/solargraph.lua
+++ b/lsp/solargraph.lua
@@ -13,6 +13,7 @@
---@type vim.lsp.Config
return {
cmd = { 'solargraph', 'stdio' },
+ ---@type lspconfig.settings.solargraph
settings = {
solargraph = {
diagnostics = true,