From bfcd015867edb1d87e9daf1fdf0baf3a3bdb0b4d Mon Sep 17 00:00:00 2001 From: David Ibia Date: Fri, 16 Feb 2024 14:14:26 +0100 Subject: [PATCH] chore(vim-fugitive): remove vim-fugitive.lua files The vim-fugitive.lua files were removed as they are no longer needed in the project. --- lua/absolute/after/vim-fugitive.lua | 1 - lua/absolute/plugins/vim-fugitive.lua | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 lua/absolute/after/vim-fugitive.lua delete mode 100644 lua/absolute/plugins/vim-fugitive.lua diff --git a/lua/absolute/after/vim-fugitive.lua b/lua/absolute/after/vim-fugitive.lua deleted file mode 100644 index 73b78b8..0000000 --- a/lua/absolute/after/vim-fugitive.lua +++ /dev/null @@ -1 +0,0 @@ -vim.keymap.set("n", "gs", vim.cmd.Git); diff --git a/lua/absolute/plugins/vim-fugitive.lua b/lua/absolute/plugins/vim-fugitive.lua deleted file mode 100644 index 46adf87..0000000 --- a/lua/absolute/plugins/vim-fugitive.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - "tpope/vim-fugitive", - config = function() - require("absolute.after.vim-fugitive") - end - -}