add fugitive
This commit is contained in:
parent
cfad61efe2
commit
711138561f
1 changed files with 8 additions and 0 deletions
8
lua/plugin/fugitive.lua
Normal file
8
lua/plugin/fugitive.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'tpope/vim-fugitive',
|
||||||
|
config = function()
|
||||||
|
vim.api.nvim_set_keymap("n", "<leader>G", "<cmd>Git<cr>", {})
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue