Skip to content

Commit

Permalink
chore: disabled codeium
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigh committed Dec 19, 2024
1 parent 962ebbf commit 6f03f72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" },
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"cmp-snippy": { "branch": "master", "commit": "6e39210aa3a74e2bf6462f492eaf0d436cd2b7d3" },
"codeium.nvim": { "branch": "main", "commit": "27d2b1ce8c7ba14dbf6e4504bdea8e5548be5476" },
"git-conflict.nvim": { "branch": "main", "commit": "bfd9fe6fba9a161fc199771d85996236a0d0faad" },
"gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
"import-cost.nvim": { "branch": "main", "commit": "332b9870c7b22dcfb297a0be7d7a87c148181694" },
Expand All @@ -17,7 +16,7 @@
"nvim-cmp": { "branch": "main", "commit": "98e8b9d593a5547c126a39212d6f5e954a2d85dd" },
"nvim-colorizer.lua": { "branch": "master", "commit": "a065833f35a3a7cc3ef137ac88b5381da2ba302e" },
"nvim-comment": { "branch": "main", "commit": "e9ac16ab056695cad6461173693069ec070d2b23" },
"nvim-lspconfig": { "branch": "master", "commit": "9f2c279cf9abe584f03bfeb37c6658d68e3ff49d" },
"nvim-lspconfig": { "branch": "master", "commit": "040001d85e9190a904d0e35ef5774633e14d8475" },
"nvim-snippy": { "branch": "master", "commit": "86a0b645551ca83153a594097ee0267498abaae2" },
"nvim-treesitter": { "branch": "master", "commit": "fa915a30c5cdf1d18129e9ef6ac2ee0fa799904f" },
"nvim-ts-autotag": { "branch": "main", "commit": "1cca23c9da708047922d3895a71032bc0449c52d" },
Expand Down
14 changes: 7 additions & 7 deletions lua/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ return {
"dcampos/nvim-snippy",
"dcampos/cmp-snippy",
},
{
"Exafunction/codeium.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
},
},
-- {
-- "Exafunction/codeium.nvim",
-- dependencies = {
-- "nvim-lua/plenary.nvim",
-- },
-- },
},
event = "InsertEnter",

Expand Down Expand Up @@ -105,7 +105,7 @@ return {
name = "nvim_lsp",
entry_filter = vue_entry_filter,
},
{ name = "codeium", max_item_count = 8 },
-- { name = "codeium", max_item_count = 8 },
{ name = "snippy" },
}, {
{ name = "buffer" },
Expand Down

0 comments on commit 6f03f72

Please sign in to comment.