nix/nvim/config/lua/lualine-config.lua

8 lines
143 B
Lua
Raw Normal View History

2022-11-30 19:12:27 +00:00
require('lualine').setup({
options = {
theme = "gruvbox_dark"
-- theme = "nord"
-- theme = "OceanicNext",
}
2022-11-30 19:12:27 +00:00
})