From c5d90858eff25f478cd3643f3f878e582af8c18e Mon Sep 17 00:00:00 2001 From: Alexander Nortung Date: Wed, 25 Jan 2023 14:03:09 +0100 Subject: [PATCH] nvim-tree: fixed typo --- plugins/utils/nvim-tree.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; }) ];