From 76c2e816e13cb8989696cab752cc0efcbed7bd21 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Mon, 7 Jul 2025 16:24:49 +0100 Subject: [PATCH] generated: Update - Updated efmls-configs.nix - Updated lspconfig-servers.json --- generated/efmls-configs.nix | 21 +++++++++++++++++++++ generated/lspconfig-servers.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) 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" }, {