26 lines
644 B
Lua
26 lines
644 B
Lua
|
return {
|
||
|
{
|
||
|
"catppuccin/nvim",
|
||
|
name = "catppuccin",
|
||
|
priority = 1000,
|
||
|
opts = {
|
||
|
flavour = "macchiato",
|
||
|
no_underline = true,
|
||
|
integrations = {
|
||
|
cmp = true,
|
||
|
gitsigns = true,
|
||
|
nvimtree = true,
|
||
|
treesitter = true,
|
||
|
notify = true,
|
||
|
barbar = true,
|
||
|
dropbar = {
|
||
|
enabled = false,
|
||
|
color_mode = false, -- enable color for kind's texts, not just kind's icons
|
||
|
},
|
||
|
mason = true,
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|