From e4bc05b41587b6f95be3da26f0bccecc09aa5832 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 27 Oct 2024 10:48:17 +1100 Subject: [PATCH] doc: remove outdated warning from actions.change_dir.global --- doc/nvim-tree-lua.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 8038ce8e..968218c6 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -1447,8 +1447,6 @@ vim |current-directory| behaviour. *nvim-tree.actions.change_dir.global* Use `:cd` instead of `:lcd` when changing directories. - Consider that this might cause issues with the - |nvim-tree.sync_root_with_cwd| option. Type: `boolean`, Default: `false` *nvim-tree.actions.change_dir.restrict_above_cwd*