nvim: remove codeium cmp source
This commit is contained in:
parent
8e2d043650
commit
3b577407f7
2 changed files with 2 additions and 18 deletions
|
@ -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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue