Add vim-fugitive plugin
This commit is contained in:
parent
e01aafeea5
commit
472278f2e3
2 changed files with 13 additions and 0 deletions
|
|
@ -243,5 +243,12 @@ return packer.startup(
|
|||
require("plugins.others").blankline()
|
||||
end
|
||||
}
|
||||
|
||||
use {
|
||||
"tpope/vim-fugitive",
|
||||
cmd = {
|
||||
"Git"
|
||||
}
|
||||
}
|
||||
end
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue