Add golangci_lint

This commit is contained in:
Fábio André Damas 2025-08-20 01:54:27 +01:00
parent a6c0e48645
commit a952ae0358
3 changed files with 13 additions and 11 deletions

View file

@ -0,0 +1 @@
return {}

View file

@ -87,7 +87,8 @@ return {
"pyright", "emmet-language-server", "tailwindcss-language-server",
"eslint-lsp", "lemminx", "gopls", "prettierd", "dotenv-linter",
"editorconfig-checker", "rust-analyzer", "taplo", "kulala-fmt",
"json-lsp", "harper-ls", "proselint", "alex", "yaml-language-server"
"json-lsp", "harper-ls", "proselint", "alex", "yaml-language-server",
"golangci-lint-langserver", "golangci-lint"
}
},
config = function(_, opts)