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