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