You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was following your project, and I admire your job and continuous effort on this project.
In the future, how about creating a plugin system and implementing Github copilot as a plugin?
Now AI is developing software quite well, so this feature can be a killing point of turbo editor.
Thanks,
Kangmo
The text was updated successfully, but these errors were encountered:
I see there exists a GitHub Copilot plugin for Neovim, so this is certainly something that can be done.
However, I would first have to figure out how to make a plugin infrastructure that does not suck.
In the early stages of this project I considered relying on Neovim as the text editing engine, but I didn't succeed, so that's why I went ahead with Scintilla. If Turbo was just a UI for Neovim, then it would be also compatible with Neovim plugins out-of-the-box.
Hi, I was following your project, and I admire your job and continuous effort on this project.
In the future, how about creating a plugin system and implementing Github copilot as a plugin?
Now AI is developing software quite well, so this feature can be a killing point of turbo editor.
Thanks,
Kangmo
The text was updated successfully, but these errors were encountered: