mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
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:
parent
73f21c063d
commit
a0c35acab5
2 changed files with 9 additions and 7 deletions
|
@ -79,7 +79,6 @@
|
|||
centralizeSelection = false;
|
||||
cursorline = true;
|
||||
debounceDelay = 15;
|
||||
hideRootFolder = false;
|
||||
width = {
|
||||
min = 30;
|
||||
max = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue