all repos

init.lua @ 8d08183

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
Change ft specific map
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-21 19:53:33 +0200
Parent: c5b7729
M ftplugin/go.lua

@@ -5,7 +5,7 @@ vim.opt_local.softtabstop = 4

-- which-key require("which-key").register({ - C = { + [";"] = { name = "Coding", a = { "<cmd>GoTagAdd<cr>", "Add tags to struct" }, r = { "<cmd>GoTagRm<cr>", "Remove tags to struct" },