19 lines
331 B
Lua
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 = "",
|
|
},
|
|
}
|
|
}
|
|
}
|