chore: place datetime component docs in correct location
This commit is contained in:
parent
557715ff91
commit
2c87c1c32d
28
README.md
28
README.md
|
@ -523,6 +523,20 @@ sections = {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### datetime component options
|
||||||
|
|
||||||
|
```lua
|
||||||
|
sections = {
|
||||||
|
lualine_a = {
|
||||||
|
{
|
||||||
|
'datetime',
|
||||||
|
-- options: default, us, uk, iso, or your own format string ("%H:%M", etc..)
|
||||||
|
style = 'default'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
#### diagnostics component options
|
#### diagnostics component options
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
@ -641,20 +655,6 @@ sections = {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### datetime component options
|
|
||||||
|
|
||||||
```lua
|
|
||||||
sections = {
|
|
||||||
lualine_a = {
|
|
||||||
{
|
|
||||||
'datetime',
|
|
||||||
-- options: default, us, uk, iso, or your own format string ("%H:%M", etc..)
|
|
||||||
style = 'default'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
#### tabs component options
|
#### tabs component options
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|
Loading…
Reference in New Issue