Files
dotfiles/.config/nvim/lua/plugins/catppuccin.lua
T
2026-03-15 14:58:07 -04:00

25 lines
763 B
Lua

return {
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
flavour = "mocha", -- Choose: latte, frappe, macchiato, mocha
transparent_background = true,
integrations = {
cmp = true,
gitsigns = true,
nvimtree = true,
notify = true,
mini = { enabled = true },
navic = { enabled = true, custom_bg = "lualine" },
telescope = true,
which_key = true,
-- Add other integrations as needed
},
dim_inactive = { enabled = false },
},
},
{ "LazyVim/LazyVim", opts = { colorscheme = "catppuccin" } },
}