17 lines
372 B
Lua
17 lines
372 B
Lua
return {
|
|
"catppuccin",
|
|
opts = {
|
|
integrations = {
|
|
sandwich = false,
|
|
noice = true,
|
|
mini = true,
|
|
leap = true,
|
|
markdown = true,
|
|
neotest = true,
|
|
cmp = true,
|
|
overseer = true,
|
|
lsp_trouble = true,
|
|
rainbow_delimiters = true,
|
|
},
|
|
},
|
|
}
|