mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
5 lines
101 B
Lua
5 lines
101 B
Lua
lvim.format_on_save = true
|
|
lvim.lang.go.formatters = {
|
|
{ exe = "gofmt" },
|
|
{ exe = "goimports" },
|
|
}
|