From b7265ccfe3c0f0d251e636170529eb760b32f7db Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Fri, 13 Dec 2024 16:26:52 -0300 Subject: [PATCH] feat: golangci-lint lsp --- lua/dot013/plugins/lsp.lua | 1 + neovim.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index 4f76f0d..88a3cd5 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -66,6 +66,7 @@ local lsps = { }, }, ["gopls"] = {}, + ["golangci_lint_ls"] = {}, ["html"] = {}, ["htmx"] = { filetypes = { "html" }, diff --git a/neovim.nix b/neovim.nix index b0b6764..87780a0 100644 --- a/neovim.nix +++ b/neovim.nix @@ -74,6 +74,7 @@ emmet-language-server deno gopls + golangci-lint-langserver htmx-lsp lua-language-server nil