plugins/git-worktree: migrate to mkNeovimPlugin

This commit is contained in:
Austin Horstman 2025-01-23 23:29:40 -06:00
parent 4ae6136d12
commit c7a600c3f3
No known key found for this signature in database
3 changed files with 60 additions and 63 deletions

View file

@ -12,10 +12,13 @@
enable = true;
enableTelescope = true;
changeDirectoryCommand = "tcd";
updateOnChange = true;
updateOnChangeCommand = "e .";
clearJumpsOnChange = true;
settings = {
change_directory_command = "tcd";
update_on_change = true;
update_on_change_command = "e .";
clear_jumps_on_change = true;
};
};
plugins.web-devicons.enable = true;