added vim-fugitive
This commit is contained in:
parent
ae4e938e49
commit
bbfe58d158
1 changed files with 6 additions and 0 deletions
6
nvim/.config/nvim/lua/plugin/fugitive.lua
Normal file
6
nvim/.config/nvim/lua/plugin/fugitive.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'tpope/vim-fugitive',
|
||||||
|
event = "VeryLazy",
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue