config/lvim/ftplugin/go.lua (view raw)
1 2 3 4 5 6 7 8
lvim.lang.go.formatters = { { exe = "gofumpt" }, -- { exe = "gofmt" }, -- { exe = "goimports" }, } -- Debugger require("dap-install").config("go_delve", {})