nvim-tree: fixed typo

This commit is contained in:
Alexander Nortung 2023-01-25 14:03:09 +01:00
parent 2d54272177
commit c5d90858ef

View file

@ -13,7 +13,7 @@ in
newOption = basePluginPath ++ [ "syncRootWithCwd" ];
})
(optionWarnings.mkRenamedOption {
option = basePluginPath ++ [ "updateFocusedFile" "updatedCwd" ];
option = basePluginPath ++ [ "updateFocusedFile" "updateCwd" ];
newOption = basePluginPath ++ [ "updateFocusedFile" "updateRoot" ];
})
];