mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-13 02:31:13 +00:00
11 lines
217 B
Lua
11 lines
217 B
Lua
require("go").setup({
|
|
icons = { breakpoint = "", currentpos = "🏃" },
|
|
fillstruct = "fillstruct",
|
|
gofmt = "gofumpt",
|
|
diagnostic = false,
|
|
})
|
|
|
|
require("guihua.maps").setup({
|
|
maps = { close_view = "<C-x>" },
|
|
})
|