Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] add codeium extension #1619

Merged
merged 2 commits into from
Oct 7, 2023

Conversation

appelgriebsch
Copy link
Contributor

re-activate codeiumextension (free alternative to GH Copilot), which is maintained by Exafunction now

Comment on lines 17 to 20
config = function(_, opts)
require("codeium").setup(opts)
end,
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can probably be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

japp, done.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but you still need opts = {} right? :)
Otherwise setup would not be called

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But opt is there on line 8 already?! Tested it locally with success.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, I only saw the diff from the github notif. All good! :)

@folke folke merged commit af9e452 into LazyVim:main Oct 7, 2023
3 checks passed
@folke
Copy link
Collaborator

folke commented Oct 7, 2023

Thanks!

@appelgriebsch appelgriebsch deleted the feature/codeium-extension branch October 8, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants