remove fugitive
This commit is contained in:
parent
a5fe01560a
commit
46e71b2461
1 changed files with 0 additions and 9 deletions
|
@ -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,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue