25 lines
412 B
Lua
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,
|
|
},
|
|
},
|
|
},
|
|
}
|