Skip to content

Commit 83f9c68

Browse files
feat(blink-cmp): enable catppuccin blink.cmp integration (#1381)
1 parent 7f8edca commit 83f9c68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/astrocommunity/completion/blink-cmp/init.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ return {
181181
},
182182
},
183183
},
184+
{
185+
"catppuccin",
186+
optional = true,
187+
---@type CatppuccinOptions
188+
opts = { integrations = { blink_cmp = true } },
189+
},
184190
-- disable built in completion plugins
185191
{ "hrsh7th/nvim-cmp", enabled = false },
186192
{ "rcarriga/cmp-dap", enabled = false },

0 commit comments

Comments
 (0)