mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
8 lines
161 B
Lua
8 lines
161 B
Lua
lvim.lang.go.formatters = {
|
|
{ exe = "gofumpt" },
|
|
-- { exe = "gofmt" },
|
|
{ exe = "goimports" },
|
|
}
|
|
|
|
-- Debugger
|
|
require("dap-install").config("go_delve", {})
|