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 = {
|
||||
default = { 'lsp', 'codeium' },
|
||||
default = { 'lsp' },
|
||||
cmdline = {},
|
||||
providers = {
|
||||
codeium = {
|
||||
name = "codeium",
|
||||
module = 'blink.compat.source',
|
||||
score_offset = -100,
|
||||
},
|
||||
},
|
||||
providers = {},
|
||||
},
|
||||
|
||||
})
|
||||
|
|
|
@ -114,16 +114,6 @@ in
|
|||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = codeium-nvim;
|
||||
type = "lua";
|
||||
config = ''
|
||||
require'codeium'.setup {
|
||||
enable_chat = false,
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "neocodeium";
|
||||
|
|
Loading…
Add table
Reference in a new issue