rm : vim-fugitive plugin
This commit is contained in:
parent
2685ad8e30
commit
50a5bcc870
3 changed files with 0 additions and 33 deletions
|
|
@ -292,21 +292,5 @@ return packer.startup(function()
|
|||
end,
|
||||
}
|
||||
|
||||
use {
|
||||
"tpope/vim-fugitive",
|
||||
disable = not plugin_status.vim_fugitive,
|
||||
cmd = {
|
||||
"Git",
|
||||
"Gdiff",
|
||||
"Gdiffsplit",
|
||||
"Gvdiffsplit",
|
||||
"Gwrite",
|
||||
"Gw",
|
||||
},
|
||||
setup = function()
|
||||
require("core.mappings").vim_fugitive()
|
||||
end,
|
||||
}
|
||||
|
||||
require("core.hooks").run("install_plugins", use)
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue