-
-
Notifications
You must be signed in to change notification settings - Fork 240
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(completion): add codeium-cmp plugin #1030
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably split this up into two folders.
@Uzaaft why ? |
Nevermind, turns out the plugin doesn't provide virtual_text stuff. What a shame. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Astrocore should be a dependency of the main plugin
@khas-amir We'd appreciate it if you next time follow the conventionsin this repository. |
Removed mapping that didn't make sense at all. Should be good to go now |
Just tested before I merged this, and seems like the cmp lazy loading isn't working 🫠 |
Should be working now. @khas-amir Can you test before I merge this? |
@Uzaaft everything works on my arch linux |
community.lua return {
{ "AstroNvim/astrocommunity", dev = true },
{ import = "astrocommunity.colorscheme.catppuccin" },
{ import = "astrocommunity.motion.nvim-surround" },
{ import = "astrocommunity.pack.lua" },
{ import = "astrocommunity.pack.rust" },
{ import = "astrocommunity.pack.typescript" },
{ import = "astrocommunity.pack.tailwindcss" },
{ import = "astrocommunity.completion.codeium-nvim" },
}
``` ` |
📑 Description
Add native codeium plugin for neovim
ℹ Additional Information