update
This commit is contained in:
@@ -711,6 +711,11 @@ require('lze').load {
|
||||
enabled = nixCats('typescript') or false,
|
||||
lsp = {},
|
||||
},
|
||||
{
|
||||
"tailwindcss",
|
||||
enabled = nixCats('typescript') or false,
|
||||
lsp = {},
|
||||
},
|
||||
{
|
||||
"clangd",
|
||||
enabled = nixCats('c') or false,
|
||||
@@ -723,6 +728,11 @@ require('lze').load {
|
||||
-- filetypes = { "go", "gomod", "gowork", "gotmpl" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"gitlab_ci_ls",
|
||||
enabled = nixCats("gitlab") or false,
|
||||
lsp = {},
|
||||
},
|
||||
{
|
||||
"omnisharp",
|
||||
enabled = nixCats("csharp") or false,
|
||||
|
||||
Reference in New Issue
Block a user