chore(vim-fugitive): remove vim-fugitive.lua files

The vim-fugitive.lua files were removed as they are no longer needed in the project.
This commit is contained in:
David Ibia
2024-02-16 14:14:26 +01:00
parent 15246a74ab
commit bfcd015867
2 changed files with 0 additions and 8 deletions

View File

@@ -1 +0,0 @@
vim.keymap.set("n", "<leader>gs", vim.cmd.Git);

View File

@@ -1,7 +0,0 @@
return {
"tpope/vim-fugitive",
config = function()
require("absolute.after.vim-fugitive")
end
}