From 46e71b24616daffd80bf62ba3f674ce1f1b247be Mon Sep 17 00:00:00 2001 From: xesc Date: Sun, 2 Mar 2025 16:32:48 +0100 Subject: [PATCH] remove fugitive --- lua/plugin/fugitive.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lua/plugin/fugitive.lua diff --git a/lua/plugin/fugitive.lua b/lua/plugin/fugitive.lua deleted file mode 100644 index 754d632..0000000 --- a/lua/plugin/fugitive.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - { - 'tpope/vim-fugitive', - config = function() - vim.api.nvim_set_keymap("n", "G", "Git", {}) - vim.api.nvim_set_keymap("n", "Gr", "Git", {}) - end, - } -}