Skip to content

Commit c6ac340

Browse files
committed
tweak lsp
1 parent 5c93c0f commit c6ac340

File tree

1 file changed

+4
-0
lines changed
  • modules/wrapper-manager/neovim/viper-init-plugin/lua/viper

1 file changed

+4
-0
lines changed

modules/wrapper-manager/neovim/viper-init-plugin/lua/viper/lsp_config.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ return {
5454
["clangd"] = {},
5555
["mesonlsp"] = {},
5656
["autotools_ls"] = {},
57+
["neocmake"] = {},
5758
-- Python
5859
["ruff"] = {},
5960
["pylsp"] = {},
@@ -89,4 +90,7 @@ return {
8990
},
9091
["hls"] = {},
9192
["gopls"] = {},
93+
["typst_lsp"] = {},
94+
["texlab"] = {},
95+
["zls"] = {},
9296
}

0 commit comments

Comments
 (0)