Skip to content

How to setup codeium #1216

Closed Answered by traxys
AntCursor asked this question in Q&A
Discussion options

You must be logged in to vote

You may need to add codeium as a cmp source as mentionned by the README

This can be done with the following:

    plugins.cmp = {
      enable = true;

      settings.sources = [
        {name = "codeium";}
      ];
    };

More generally I'd suggest sticking to the upstream documentation, because maintainers don't know much on how each plugin really works, we mostly care about mapping lua to nix

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GaetanLepage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants