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
4936f85de3
commit
7e3a0f4e97
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ in
|
||||||
[
|
[
|
||||||
"start"
|
"start"
|
||||||
"end"
|
"end"
|
||||||
"focus"
|
"center"
|
||||||
]
|
]
|
||||||
''
|
''
|
||||||
Defines how the labels are placed inside a tab.
|
Defines how the labels are placed inside a tab.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue