fix(doc): nvim_tree_create_in_closed_folder default value (#1015)

This commit is contained in:
ilkecan
2022-02-21 01:19:14 +03:00
committed by GitHub
parent 58b81ed9e6
commit 95df001185
2 changed files with 2 additions and 2 deletions

View File

@@ -553,7 +553,7 @@ Will change cwd of nvim-tree to that of new buffer's when opening nvim-tree.
|g:nvim_tree_create_in_closed_folder| *g:nvim_tree_create_in_closed_folder*
Can be 0 or 1. 1 by default.
Can be 0 or 1. 0 by default.
Creating a file when the cursor is on a closed folder will set the
path to be inside the closed folder when 1, and on the parent folder when 0.