lvim.format_on_save = true lvim.lang.go.formatters = { { exe = "gofmt" }, { exe = "goimports" }, }