feat: replace nvim-cmp with blink and separate sources in files

This commit is contained in:
Hydroxycarbamide 2025-03-26 22:35:12 +01:00
parent badfcf7840
commit 32df610a34
Signed by: Siklos
GPG key ID: C06D07D96997549A
5 changed files with 71 additions and 35 deletions

View file

@ -85,23 +85,6 @@ return {
end,
},
{
"github/copilot.vim",
enabled = true,
},
{
"Exafunction/codeium.nvim",
enabled = false,
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
},
event = "BufEnter",
config = function()
require("codeium").setup({
})
end
},
{
"Wansmer/symbol-usage.nvim",
event = "BufReadPre", -- need run before LspAttach if you use nvim 0.9. On 0.10 use 'LspAttach'