2024-05-07 15:05:39 -04:00

25 lines
412 B
Lua

return {
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
integrations = {
cmp = true,
gitsigns = true,
treesitter = true,
fidget = true,
harpoon = true,
leap = true,
mason = true,
mini = {
enabled = true,
},
neotest = true,
markdown = true,
telescope = {
enabled = true,
},
},
},
}