diff --git a/home/common/nvim/blink-cmp.lua b/home/common/nvim/blink-cmp.lua index f635cba..8ae4f6c 100644 --- a/home/common/nvim/blink-cmp.lua +++ b/home/common/nvim/blink-cmp.lua @@ -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 = {}, }, }) diff --git a/home/common/nvim/default.nix b/home/common/nvim/default.nix index 7056678..57e68e6 100644 --- a/home/common/nvim/default.nix +++ b/home/common/nvim/default.nix @@ -114,16 +114,6 @@ in ''; } - { - plugin = codeium-nvim; - type = "lua"; - config = '' - require'codeium'.setup { - enable_chat = false, - } - ''; - } - { plugin = pkgs.vimUtils.buildVimPlugin { name = "neocodeium";