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

@ -0,0 +1,9 @@
{
optionsRenamedToSettings = [
"changeDirectoryCommand"
"updateOnChange"
"updateOnChangeCommand"
"clearJumpsOnChange"
"autopush"
];
}