mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(blink): auto-enable catppuccin integration
This commit is contained in:
parent
bb289f4345
commit
645808d02d
1 changed files with 8 additions and 0 deletions
|
|
@ -121,4 +121,12 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
-- catppuccin support
|
||||||
|
{
|
||||||
|
"catppuccin",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
integrations = { blink_cmp = true },
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue