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

Move from copilot.vim to copilot.lua #35

Closed
Uzaaft opened this issue Apr 18, 2022 · 8 comments · Fixed by #36
Closed

Move from copilot.vim to copilot.lua #35

Uzaaft opened this issue Apr 18, 2022 · 8 comments · Fixed by #36
Labels
enhancement New feature or request

Comments

@Uzaaft
Copy link
Contributor

Uzaaft commented Apr 18, 2022

This should possibly make config easier to integrate with the existing cmp plugin by using copilot-cmp

@Uzaaft
Copy link
Contributor Author

Uzaaft commented Apr 18, 2022

I can open a PR for this if you're interested in testing this out. I did so on my laptop a couple of weeks ago, and the experience was better IMHO.

@abzcoding
Copy link
Owner

I can open a PR for this if you're interested in testing this out. I did so on my laptop a couple of weeks ago, and the experience was better IMHO.

that would be wonderful <3

@abzcoding abzcoding added the enhancement New feature or request label Apr 18, 2022
@Uzaaft
Copy link
Contributor Author

Uzaaft commented Apr 18, 2022

Disclaimer:
image

@pidgeon777
Copy link

In Windows there are two big problems:

  • copilot.vim: it crashes as soon as two or more buffers are open and insert mode is entered in one of them.
  • copilot.lua: no autocomplete suggestion is given, even it copilot LSP allegedly started.

@Uzaaft
Copy link
Contributor Author

Uzaaft commented Apr 21, 2022

@pidgeon777 You should take that up with the plugin owners. And disable them in your config

@abzcoding
Copy link
Owner

In Windows there are two big problems:

  • copilot.vim: it crashes as soon as two or more buffers are open and insert mode is entered in one of them.
  • copilot.lua: no autocomplete suggestion is given, even it copilot LSP allegedly started.

yeah sadly i don't use windows at all ( macbook + linux workstation) so I've not tested it on windows, but i would suggest doing what Uzaaft said ( disabling them temporarily and reporting the bug to the plugin owners)

@pidgeon777
Copy link

I just updated my Neovim to this version (I was using a previous v0.7.0 nighly version):

https://github.com/neovim/neovim/releases/tag/v0.7.0

copilot.lua is not working still, but copilot.vim at least now doesn't make Neovim crash anymore, fortunately.

Great plugin, though.

@abzcoding
Copy link
Owner

I just updated my Neovim to this version (I was using a previous v0.7.0 nighly version):

https://github.com/neovim/neovim/releases/tag/v0.7.0

copilot.lua is not working still, but copilot.vim at least now doesn't make Neovim crash anymore, fortunately.

Great plugin, though.

yeah i'm only using copilot.vim as well, and yes it is a wonderful plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants