feat(nvim)!: remove deprecated codeium extension

This commit is contained in:
Moritz Böhme 2023-09-17 09:25:50 +02:00
parent d6ad810568
commit b0f0713781
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 6 additions and 54 deletions

View file

@ -86,10 +86,6 @@ with builtins;
{ plugin = cmp-cmdline; }
{ plugin = cmp-nvim-lsp; }
{ plugin = cmp_luasnip; }
{
plugin = codeium-nvim;
opts = { };
}
{ plugin = friendly-snippets; }
{ plugin = lspkind-nvim; }
{ plugin = luasnip; }