nvim-config/lua/plugins/theme.lua
2025-02-27 11:49:14 -05:00

20 lines
338 B
Lua

return {
{
"catppuccin/nvim",
name = "catppuccin",
lazy = false,
priority = 1000,
opts = {
integrations = {
noice = true,
notify = true,
lsp_trouble = true,
which_key = true,
},
},
},
{
-- auto-switch when GNOME theme changes
"vimpostor/vim-lumen",
},
}