From d8a86e9b3f5cdfc365890c13e8fb0d0341fac7f1 Mon Sep 17 00:00:00 2001 From: Alexander Nortung Date: Wed, 25 Jan 2023 18:42:51 +0000 Subject: [PATCH] nvim-tree: fixed typo (#151) --- 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" ]; }) ];