dotfiles/config/lvim/ftplugin/go.lua
2021-10-08 09:42:28 +03:00

8 lines
161 B
Lua

lvim.lang.go.formatters = {
{ exe = "gofumpt" },
-- { exe = "gofmt" },
{ exe = "goimports" },
}
-- Debugger
require("dap-install").config("go_delve", {})