jmbuhr/quarto-nvim-kickstarter

Add Github Copilot to this configuration

coffm049 opened this issue · 2 comments

Is there a straight forward way to add Github Copilot to this configuration? I've gotten it to work without installing this kickstarter as my nvim configuration.

I'm using Linux and what I've tried is
git clone https://github.com/github/copilot.vim
~/.config/nvim/pack/github/start/copilot.vim

But then when calling :Copilot setup from within nvim, Copilot isn't found.

You can certainly add this plugin, just like you add any other plugin with lazy.nvim.

I personally prefer the version of copilot that gets integrated into the existing completion plugin:

Wow that is incredible. Thank you for pointing that out.