nix-community.nixvim/plugins/by-name/git-worktree/deprecations.nix
2025-01-23 23:29:42 -06:00

9 lines
158 B
Nix

{
optionsRenamedToSettings = [
"changeDirectoryCommand"
"updateOnChange"
"updateOnChangeCommand"
"clearJumpsOnChange"
"autopush"
];
}