my_nvim_config/after/plugin/lualine.lua

8 lines
156 B
Lua
Raw Permalink Normal View History

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