DoctorRyner / helix

Mozilla Public License 2.0
9 stars 1 forks source link

Copilot support #32

Open neel04 opened 3 weeks ago

neel04 commented 3 weeks ago

Could you add some instructions on how to setup copilot for this fork? It'd be much appreciated - it doesn't work for me.

I think it might be a config issue, as I'm using my own config.toml and languages.toml so maybe a diff would be helpful as well.

Cheers

DoctorRyner commented 3 weeks ago

I created a release with copilot executable and information about how to make it work https://github.com/DoctorRyner/helix/releases/tag/0

neel04 commented 3 weeks ago

Thanks, got it working - but it doesn't queue an autocomplete request when the file changes in insert mode, right? (ref: https://github.com/helix-editor/helix/pull/6865#issuecomment-2207493470)

I think that would be very helpful, as a lot of people just wanna use copilot as a better LSP/code completions than writing chunks of code at a time.

DoctorRyner commented 3 weeks ago

Oh, I'll merge it a bit later