terminal & stuff
This commit is contained in:
1 parent
bca80aac61
commit
24108cae78
2 files changed
+9
-6
No files matched your search
@@ -24,14 +24,11 @@ local config = function()
|
||||
c.denols.setup {
|
||||
root_dir = c.util.root_pattern("deno.json", "deno.jsonc"),
|
||||
}
|
||||
c.tsserver.setup {
|
||||
c.ts_ls.setup {
|
||||
root_dir = c.util.root_pattern("package.json", "tsconfig.json", "jsconfig.json"),
|
||||
single_file_support = false,
|
||||
}
|
||||
c.csharp_ls.setup {}
|
||||
c.typst_lsp.setup {
|
||||
cmd = { "/home/bryan/repos/typst-lsp/target/release/typst-lsp" },
|
||||
}
|
||||
|
||||
c.angularls.setup {}
|
||||
c.clangd.setup {}
|
||||
@@ -52,6 +49,9 @@ local config = function()
|
||||
c.hls.setup {}
|
||||
c.slint_lsp.setup {}
|
||||
|
||||
require('mason').setup()
|
||||
require('mason-lspconfig').setup()
|
||||
|
||||
require 'config.lsp-settings'
|
||||
end
|
||||
|
||||
|
||||
Reference in new issue
Block a user