mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
14c7f5f896
commit
43c684d4a5
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