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

@@ -25,8 +25,6 @@ return {
{ "<leader>gD", "<cmd>DiffviewOpen<cr>", desc = "Git: Open Diffview against master", mode = { "n" } },
{ "<leader>gf", "<cmd>DiffviewFileHistory<cr>", desc = "Git: Show file history", mode = { "n" } },
},
-- TODO:
-- Toggle Diffview keymap
},
-- Adds git related signs to the gutter, as well as utilities for managing changes