aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/svlangserver.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/svlangserver.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/svlangserver.lua')
-rw-r--r--lsp/svlangserver.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/svlangserver.lua b/lsp/svlangserver.lua
index 83fc35b9..702ef101 100644
--- a/lsp/svlangserver.lua
+++ b/lsp/svlangserver.lua
@@ -15,6 +15,7 @@ return {
cmd = { 'svlangserver' },
filetypes = { 'verilog', 'systemverilog' },
root_markers = { '.svlangserver', '.git' },
+ ---@type lspconfig.settings.svlangserver
settings = {
systemverilog = {
includeIndexing = { '*.{v,vh,sv,svh}', '**/*.{v,vh,sv,svh}' },