lsp stuff
This commit is contained in:
1 parent
8836b2fbd9
commit
fce3723574
1 file changed
+6
-2
@@ -20,6 +20,7 @@ local config = function()
|
||||
},
|
||||
},
|
||||
}
|
||||
lsp.enable("lua_ls")
|
||||
lsp.enable("denols")
|
||||
lsp.enable("csharp_ls")
|
||||
|
||||
@@ -41,17 +42,20 @@ local config = function()
|
||||
lsp.enable("wgsl_analyzer")
|
||||
lsp.enable("hls")
|
||||
lsp.enable("slint_lsp")
|
||||
lsp.config["tinymist"] = {}
|
||||
lsp.config["wgsl_analyzer"] = {}
|
||||
lsp.enable("wgsl_analyzer")
|
||||
lsp.config["hls"] = {}
|
||||
lsp.enable("hls")
|
||||
lsp.config["slint_lsp"] = {}
|
||||
lsp.enable("slint_lsp")
|
||||
lsp.config["tinymist"] = {
|
||||
root_dir = "-",
|
||||
settings = {
|
||||
exportPdf = "onSave",
|
||||
formatterMode = "typstyle",
|
||||
}
|
||||
}
|
||||
lsp.enable("tinymist")
|
||||
lsp.enable('jdtls')
|
||||
|
||||
require('mason').setup()
|
||||
require('mason-lspconfig').setup()
|
||||
|
||||
Reference in new issue
Block a user