desactivado Codeium
This commit is contained in:
parent
9cd552f4a2
commit
8914cf2ed6
@ -73,7 +73,7 @@ lsp.setup_nvim_cmp({
|
|||||||
sources = {
|
sources = {
|
||||||
-- AI sources
|
-- AI sources
|
||||||
-- { name = 'copilot' },
|
-- { name = 'copilot' },
|
||||||
{ name = 'codeium' },
|
-- { name = 'codeium' },
|
||||||
-- Other sources
|
-- Other sources
|
||||||
{ name = 'nvim_lsp' },
|
{ name = 'nvim_lsp' },
|
||||||
{ name = 'buffer' },
|
{ name = 'buffer' },
|
||||||
|
@ -16,4 +16,4 @@ vim.api.nvim_create_autocmd(
|
|||||||
)
|
)
|
||||||
|
|
||||||
-- codeium
|
-- codeium
|
||||||
vim.g.codeium_enabled = false
|
-- vim.g.codeium_enabled = false
|
||||||
|
@ -76,7 +76,7 @@ return require('packer').startup(function(use)
|
|||||||
-- }
|
-- }
|
||||||
-- use("CopilotC-Nvim/CopilotChat.nvim")
|
-- use("CopilotC-Nvim/CopilotChat.nvim")
|
||||||
--
|
--
|
||||||
use("Exafunction/codeium.vim")
|
-- use("Exafunction/codeium.vim")
|
||||||
--
|
--
|
||||||
use("eandrju/cellular-automaton.nvim")
|
use("eandrju/cellular-automaton.nvim")
|
||||||
-- use("laytan/cloak.nvim")
|
-- use("laytan/cloak.nvim")
|
||||||
|
Loading…
Reference in New Issue
Block a user