
* refactor: remove extra themes * feat: clean up theme setup * refactor: move highlights/colors to galaxyline plugin * feat: add lualine sections * feat: add lualine icons * feat: add user config override for lualine * refactor: remove galaxy line :D * refactor: clean out notify-nvim configs * refactor: clean up utils * refactor: clean up utils - icons
9 lines
144 B
Lua
9 lines
144 B
Lua
local config = {
|
|
|
|
-- use the night style
|
|
style = 'night',
|
|
light_style = 'moon',
|
|
sidebars = { 'qf', 'packer', 'help' },
|
|
}
|
|
|
|
return config
|