nvim-tree: fixed typo (#151)

This commit is contained in:
Alexander Nortung 2023-01-25 18:42:51 +00:00 committed by GitHub
parent 2d54272177
commit d8a86e9b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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