mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/git-worktree: migrate to mkNeovimPlugin
This commit is contained in:
parent
4ae6136d12
commit
c7a600c3f3
3 changed files with 60 additions and 63 deletions
9
plugins/by-name/git-worktree/deprecations.nix
Normal file
9
plugins/by-name/git-worktree/deprecations.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
optionsRenamedToSettings = [
|
||||
"changeDirectoryCommand"
|
||||
"updateOnChange"
|
||||
"updateOnChangeCommand"
|
||||
"clearJumpsOnChange"
|
||||
"autopush"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue