1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-22 22:28:00 +00:00

11 lines
217 B
Lua
Raw Normal View History

2023-04-12 20:09:30 +02:00
require("go").setup({
2022-10-01 13:46:18 +02:00
icons = { breakpoint = "", currentpos = "🏃" },
2022-10-14 20:40:51 +02:00
fillstruct = "fillstruct",
gofmt = "gofumpt",
2023-09-22 16:14:42 +02:00
diagnostic = false,
2022-10-01 13:46:18 +02:00
})
2022-10-14 20:40:51 +02:00
2023-04-29 17:09:28 +02:00
require("guihua.maps").setup({
maps = { close_view = "<C-x>" },
})