nvim: remove codeium cmp source

This commit is contained in:
Daniel Lundin 2025-01-12 17:18:51 +01:00
parent 8e2d043650
commit 3b577407f7
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 2 additions and 18 deletions

View file

@ -61,15 +61,9 @@ require 'blink-cmp'.setup({
}, },
sources = { sources = {
default = { 'lsp', 'codeium' }, default = { 'lsp' },
cmdline = {}, cmdline = {},
providers = { providers = {},
codeium = {
name = "codeium",
module = 'blink.compat.source',
score_offset = -100,
},
},
}, },
}) })

View file

@ -114,16 +114,6 @@ in
''; '';
} }
{
plugin = codeium-nvim;
type = "lua";
config = ''
require'codeium'.setup {
enable_chat = false,
}
'';
}
{ {
plugin = pkgs.vimUtils.buildVimPlugin { plugin = pkgs.vimUtils.buildVimPlugin {
name = "neocodeium"; name = "neocodeium";