diff --git a/generated/efmls-configs.nix b/generated/efmls-configs.nix index ed8c484a..894944d5 100644 --- a/generated/efmls-configs.nix +++ b/generated/efmls-configs.nix @@ -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 = { formatter = { lang = "zsh"; diff --git a/generated/lspconfig-servers.json b/generated/lspconfig-servers.json index b9b83d51..941ee53b 100644 --- a/generated/lspconfig-servers.json +++ b/generated/lspconfig-servers.json @@ -1207,7 +1207,7 @@ }, { "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" }, {