erikkrieg / envim

envim is Erik's Neovim configuration
1 stars 0 forks source link

Feature/gh copilot #15

Closed erikkrieg closed 10 months ago

erikkrieg commented 10 months ago

Integrates github copilot using https://github.com/zbirenbaum/copilot.lua.

I've messed around with the default suggestions and panel that comes the the copilot plugin as well as trying out completions using https://github.com/zbirenbaum/copilot-cmp. I found that I was preferring suggestions (ghost text) and the panel. The code to use completions will be left in place. Later I'll try to make toggling between cmp and suggestions/panel easier (not requiring code change but custom command or global var).