mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/neo-tree: correct contentLayout allowed options
According to the docs, focus is not an accepted value for this field, it's also a pretty common wish to have tabs layout centered.
This commit is contained in:
parent
4936f85de3
commit
7e3a0f4e97
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ in
|
|||
[
|
||||
"start"
|
||||
"end"
|
||||
"focus"
|
||||
"center"
|
||||
]
|
||||
''
|
||||
Defines how the labels are placed inside a tab.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue