-- spacing vim.opt_local.tabstop = 4 vim.opt_local.shiftwidth = 4 vim.opt_local.softtabstop = 4 -- which-key require("which-key").register({ [";"] = { name = "Coding", a = { "GoTagAdd", "Add tags to struct" }, r = { "GoTagRm", "Remove tags to struct" }, f = { "GoFillStruct", "Fill struct" }, }, }, { prefix = "", mode = "n", { noremap = true, silent = true }, })