2024-02-27 12:00:15 -05:00

20 lines
319 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,
telescope = {
enabled = true,
},
},
},
}