diff --git a/plugins/utils/nvim-tree.nix b/plugins/utils/nvim-tree.nix index bf4fb9ac..f92800b7 100644 --- a/plugins/utils/nvim-tree.nix +++ b/plugins/utils/nvim-tree.nix @@ -13,7 +13,7 @@ in newOption = basePluginPath ++ [ "syncRootWithCwd" ]; }) (optionWarnings.mkRenamedOption { - option = basePluginPath ++ [ "updateFocusedFile" "updatedCwd" ]; + option = basePluginPath ++ [ "updateFocusedFile" "updateCwd" ]; newOption = basePluginPath ++ [ "updateFocusedFile" "updateRoot" ]; }) ];