Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.77k stars 126 forks source link

How do I access the module to load the settings? #208

Open Hulumulula opened 10 months ago

Hulumulula commented 10 months ago

Good afternoon. In my settings, I separate the upload to Lazy and the configs in different files and folders. I wanted to reassign buttons from a different file, but as usual through the

require("codeium").setup({config = function() ...})

just doesn't work. I get an error that the "codeium" module is not found. How do I access the module to load the settings?

hiago-balbino commented 10 months ago

I don't have the answer, but I'm on a similar page where I'd like to configure codeium_filetypes in a specific file, but the codeium module can't be found.

Note: I installed it using the packer.