my_nvim_config/after/plugin/lualine.lua

9 lines
188 B
Lua
Raw Normal View History

2024-02-04 20:53:56 -05:00
require('lualine').setup {
options = {
2024-12-22 18:13:24 -05:00
theme = "catppuccin"
-- theme = "citruszest"
-- theme = "onedark"
2024-02-04 20:53:56 -05:00
-- ... the rest of your lualine config
}
}