nvim-tree: remove deprecated 'hideRootFolder' option (#623)

* nvim-tree: remove deprecated 'hideRootFolder' option

also adds missing option to specify boolean for 'rootFolderLabel'

* nvim-tree: marks 'hideRootFolder' as deprecated
This commit is contained in:
Shayan Rashid 2023-10-05 15:26:24 -04:00 committed by GitHub
parent 73f21c063d
commit a0c35acab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View file

@ -79,7 +79,6 @@
centralizeSelection = false;
cursorline = true;
debounceDelay = 15;
hideRootFolder = false;
width = {
min = 30;
max = -1;