feat(nvim): lazy load vim fugitive

dev-docs
Moritz Böhme 2023-09-07 08:02:32 +02:00
parent b945255e59
commit 78bad01914
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 25 additions and 1 deletions

View File

@ -176,7 +176,31 @@ with builtins;
}
{
plugin = vim-fugitive;
event = [ "VeryLazy" ];
cmd = [
"G"
"Git"
"Ggrep"
"Glgrep"
"Gclog"
"Gllog"
"Gcd"
"Glcd"
"Gedit"
"Gsplit"
"Gvsplit"
"Gtabedit"
"Gpedit"
"Gdrop"
"Gread"
"Gwrite"
"Gwq"
"Gdiffsplit"
"Gvdiffsplit"
"GMove"
"GRename"
"GDelete"
"GBrowse"
];
}
{
plugin = vim-tmux-navigator;