update
This commit is contained in:
@@ -51,6 +51,10 @@ in {
|
||||
stylelint-lsp
|
||||
tailwindcss-language-server
|
||||
];
|
||||
yaml = with pkgs; [
|
||||
yaml-language-server
|
||||
gitlab-ci-ls
|
||||
];
|
||||
c = with pkgs; [
|
||||
clang
|
||||
];
|
||||
@@ -166,6 +170,7 @@ in {
|
||||
nix = true;
|
||||
go = true;
|
||||
typescript = true;
|
||||
yaml = true;
|
||||
c = true;
|
||||
csharp = true;
|
||||
gitlab = true;
|
||||
|
||||
@@ -718,6 +718,16 @@ require('lze').load {
|
||||
enabled = nixCats('typescript') or false,
|
||||
lsp = {},
|
||||
},
|
||||
{
|
||||
"yamlls",
|
||||
enabled = nixCats('yaml') or false,
|
||||
lsp = {},
|
||||
},
|
||||
{
|
||||
"gitlab_ci_ls",
|
||||
enabled = nixCats('yaml') or false,
|
||||
lsp = {},
|
||||
},
|
||||
{
|
||||
"clangd",
|
||||
enabled = nixCats('c') or false,
|
||||
|
||||
Reference in New Issue
Block a user