Trouble integrating copilot.lua/copilot-cmp into NvChad #299
Unanswered
EuclidIsMyDad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am attempting to integrate copilot into my suggestions with copilot-cmp in NvChad and nothing I have done has gotten to work. I have searched quite a bit on the issue, one or two people have had similar issues however none of their solutions have fixed mine.
Here is my code for plugins/init.lua && cmp.lua
As seen here, the vim_item.menu is being properly displayed but nowhere to be found is Copilot. Both copilot.lua/copilot-cmp are loaded properly with lazy and I am authorized as a user.
![swappy-20240708-040029](https://private-user-images.githubusercontent.com/171443265/346424607-ffe508d4-7243-4dcd-af92-d34c91c559b7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjc5MjksIm5iZiI6MTczOTA2NzYyOSwicGF0aCI6Ii8xNzE0NDMyNjUvMzQ2NDI0NjA3LWZmZTUwOGQ0LTcyNDMtNGRjZC1hZjkyLWQzNGM5MWM1NTliNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwMjIwMjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yOGJjYTdlMTM1NzUyMjhlYWQzYTViMGRkZTA3Yzk1NTQzZjI5YmVmNTMxYWMxNDg1ZTkzOTAxMzA1ODdlZmJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.UO0Q6Dkn8CLkSzzNfX8Z9bMMaf8Me5YGBrBo-sQ7Ryc)
![image](https://private-user-images.githubusercontent.com/171443265/346424668-f30731e6-8bcc-4b22-b521-59b6613e21cc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjc5MjksIm5iZiI6MTczOTA2NzYyOSwicGF0aCI6Ii8xNzE0NDMyNjUvMzQ2NDI0NjY4LWYzMDczMWU2LThiY2MtNGIyMi1iNTIxLTU5YjY2MTNlMjFjYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwMjIwMjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02MWZlNDExOGE2OWU4MTRlNzE2ODJmODBmMmFiNGY5YzVlMWMwZGIyN2U3ZjE4ZjJlNmU2YWE0MTBmZjk2MjA0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.RWXQEsFV-1RMnlGHuw8T8V6lfbrEJeXoHkSBnKTp72U)
Note: I am completely new to github, so any help with formatting/posting would be of great value. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions