remove fugitive

This commit is contained in:
xesc 2025-03-02 16:32:48 +01:00
parent a5fe01560a
commit 46e71b2461

View file

@ -1,9 +0,0 @@
return {
{
'tpope/vim-fugitive',
config = function()
vim.api.nvim_set_keymap("n", "<leader>G", "<cmd>Git", {})
vim.api.nvim_set_keymap("n", "<leader>Gr", "<cmd>Git<cr>", {})
end,
}
}