all repos

dotfiles @ d1af9278c54f590380d35727fc4577dac262bc60

my dotfiles

config/lvim/ftplugin/go.lua (view raw)

1
2
3
4
5
lvim.format_on_save = true
lvim.lang.go.formatters = {
	{ exe = "gofmt" },
	{ exe = "goimports" },
}