feat(nvim): nvim.cmp -> blink.cmp

- Codeium made to work with help from blink.compat
- Blink added to lsp capabilities
- Catppuccin theme integration for blink
This commit is contained in:
Pratik Tripathy
2024-12-28 00:25:05 +05:30
parent 72657496dc
commit c23baf7b2e
5 changed files with 125 additions and 102 deletions

View File

@@ -44,6 +44,7 @@ return {
},
-- These were disabled by default
blink_cmp = true,
diffview = true,
fidget = true,
lsp_saga = true,