dotfiles/config/lvim/ftplugin/go.lua
2021-09-11 15:59:44 +03:00

5 lines
101 B
Lua

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