mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-15 23:18:03 +02:00
nvim-tree: fixed typo
This commit is contained in:
parent
2d54272177
commit
c5d90858ef
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in
|
|||
newOption = basePluginPath ++ [ "syncRootWithCwd" ];
|
||||
})
|
||||
(optionWarnings.mkRenamedOption {
|
||||
option = basePluginPath ++ [ "updateFocusedFile" "updatedCwd" ];
|
||||
option = basePluginPath ++ [ "updateFocusedFile" "updateCwd" ];
|
||||
newOption = basePluginPath ++ [ "updateFocusedFile" "updateRoot" ];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue