From eb3d0494a292d1c0823bc95c2b1195e08c6d06a1 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 22 May 2024 23:57:49 +0200 Subject: feat: remove UndoTree and fugitive.vim plugins --- lua/pml68/remap.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/pml68/remap.lua') diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index c21fbb2..8eb5ce4 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -20,12 +20,6 @@ vim.keymap.set("n", "", "k") vim.keymap.set("n", "ll", "VimtexCompile") vim.keymap.set("n", "vl", "VimtexView") --- Undotree -vim.keymap.set("n", "u", "UndotreeToggle") - --- Gitsigns -vim.keymap.set("n", "gB", "Git blame") - -- Screenkey vim.keymap.set("n", "sk", "Screenkey") -- cgit v1.2.3