From 0ed3daacef4deaf4aac0b544a5e0ade3810ae40a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 30 Nov 2024 01:18:00 +0100 Subject: feat: add Go support --- lua/pml68/remap.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/pml68/remap.lua') diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index 220319a..8cfd1d7 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -42,6 +42,12 @@ vim.keymap.set("n", "gol", "CellularAutomaton game_of_life") vim.keymap.set("n", "ll", "VimtexCompile") vim.keymap.set("n", "vl", "VimtexView") +-- Go +vim.keymap.set("n", "gj", "GoTagAdd json") +vim.keymap.set("n", "gy", "GoTagAdd yaml") +vim.keymap.set("n", "ge", "GoIfErr") +vim.keymap.set("n", "gt", "GoMod tidy") + -- Screenkey vim.keymap.set("n", "sk", "Screenkey") -- cgit v1.2.3