my_nvim_config/after/plugin/lualine.lua

9 lines
188 B
Lua

require('lualine').setup {
options = {
theme = "catppuccin"
-- theme = "citruszest"
-- theme = "onedark"
-- ... the rest of your lualine config
}
}