Files
nix-files/packages/nvim/lua/plugins/catppuccin.lua
2025-05-25 00:17:53 +02:00

19 lines
331 B
Lua

return {
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
integrations = {
cmp = false,
gitsigns = true,
nvimtree = true,
treesitter = true,
notify = false,
mini = {
enabled = false,
indentscope_color = "",
},
}
}
}