add git-workree plugin to nixvim

This commit is contained in:
Sam 2025-01-16 20:23:01 +00:00
parent c3b95ecd48
commit 975cd5d27f
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
programs.nixvim.plugins.git-worktree = {
enable = true;
enableTelescope = true;
autopush = true;
changeDirectoryCommand = "cd";
clearJumpsOnChange = true;
updateOnChange = true;
updateOnChangeCommand = "e .";
};
}