1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
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"
];
}