docs: fixed lualine theme setup code
This commit is contained in:
@@ -69,9 +69,11 @@ To enable the `TokyoNight` theme for `Lualine`, simply specify it in your lualin
|
||||
|
||||
```lua
|
||||
require('lualine').setup {
|
||||
-- ... your lualine config
|
||||
theme = 'tokyonight'
|
||||
-- ... your lualine config
|
||||
options = {
|
||||
-- ... your lualine config
|
||||
theme = 'tokyonight'
|
||||
-- ... your lualine config
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user