-
Notifications
You must be signed in to change notification settings - Fork 463
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 setting for copilot enable or not. #930
Conversation
Signed-off-by: ayamir <[email protected]>
Would also adding other AI engines toggle to |
hmmm, it made a mess when i tried to include |
maybe also good to add some other AI stuff like chatgpt.nvim |
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.
IMO we can leave this PR unchanged cause copilot has a large user base, thus shipping copilot with our base config makes sense to me. For those other plugins (possible candidates for extras), @fecet proposed in #888 (comment) that we can "use our custom loader (to) import extras like LazyVim". FWIW this is just trivial amount of work and can be implemented together w/ #931 😄
Signed-off-by: ayamir <[email protected]>
Making it |
Haven't tried it because my free api key expired before lol |
Signed-off-by: ayamir <[email protected]>
Not all users use copilot and not all situations we need it. So I add a switch to it. (Sorry for the wrong branch name)