generated: Update

- Updated efmls-configs.nix
- Updated lspconfig-servers.json
This commit is contained in:
Matt Sturgeon 2025-07-07 16:24:49 +01:00 committed by Gaétan Lepage
parent a364039e8b
commit 76c2e816e1
2 changed files with 22 additions and 1 deletions

View file

@ -1513,6 +1513,27 @@
]; ];
}; };
}; };
zig = {
formatter = {
lang = "zig";
possible = [ ];
};
linter = {
lang = "zig";
possible = [
"ZLint"
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
zsh = { zsh = {
formatter = { formatter = {
lang = "zsh"; lang = "zsh";

View file

@ -1207,7 +1207,7 @@
}, },
{ {
"cmd": ["pug-lsp"], "cmd": ["pug-lsp"],
"desc": "https://github.com/opa-oz/pug-lsp\n\nAn implementation of the Language Protocol Server for [Pug.js](http://pugjs.org)\n\nPugLSP can be installed via `go get github.com/opa-oz/pug-lsp`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases)\n ", "desc": "https://github.com/opa-oz/pug-lsp\n\nAn implementation of the Language Protocol Server for [Pug.js](http://pugjs.org)\n\nPugLSP can be installed via `go install github.com/opa-oz/pug-lsp@latest`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases)\n ",
"name": "pug" "name": "pug"
}, },
{ {