chore: place datetime component docs in correct location

This commit is contained in:
shadmansaleh 2023-03-30 11:28:27 +06:00
parent 557715ff91
commit 2c87c1c32d
1 changed files with 14 additions and 14 deletions

View File

@ -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
```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
```lua