8 lines
156 B
Lua
8 lines
156 B
Lua
|
require('lualine').setup {
|
||
|
options = {
|
||
|
-- theme = "catppuccin"
|
||
|
theme = "onedark"
|
||
|
-- ... the rest of your lualine config
|
||
|
}
|
||
|
}
|