add git-workree plugin to nixvim
This commit is contained in:
parent
c3b95ecd48
commit
975cd5d27f
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.nixvim.plugins.git-worktree = {
|
||||
enable = true;
|
||||
enableTelescope = true;
|
||||
autopush = true;
|
||||
changeDirectoryCommand = "cd";
|
||||
clearJumpsOnChange = true;
|
||||
updateOnChange = true;
|
||||
updateOnChangeCommand = "e .";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue