remove gopls

This commit is contained in:
2025-10-14 13:41:00 +05:00
parent 51515037b3
commit 95d80c31d5

View File

@ -38,11 +38,6 @@ return {
"lukas-reineke/lsp-format.nvim",
event = "VeryLazy",
config = function()
local on_attach = function(client)
require("lsp-format").on_attach(client)
end
require("lspconfig").gopls.setup { on_attach = on_attach }
end
},
{