From ef6577205c896b3d77d8997d5a3d7c3daf877529 Mon Sep 17 00:00:00 2001 From: "Eli W. Hunter" <42009212+elihunter173@users.noreply.github.com> Date: Fri, 21 Jan 2022 04:46:05 -0500 Subject: [PATCH] Warn about dirbuf.nvim in `update_to_buf_dir` docs (#901) --- doc/nvim-tree-lua.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 83fe28c2..10cd7824 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -172,7 +172,8 @@ Here is a list of the options available in the setup call: *nvim-tree.update_to_buf_dir* - |update_to_buf_dir|: hijacks new directory buffers when they are opened (`:e dir`). - - |update_to_buf_dir.enable|: enable the feature. Disable this option if you use vim-dirvish. + - |update_to_buf_dir.enable|: enable the feature. Disable this option if you + use vim-dirvish or dirbuf.nvim. type: `boolean` default: `true`