Learn how to set up Github Copilot in Neovim. #neovim

preview_player
Показать описание
This is how I configure Github Copilot for AstroNvim.
Github Copilot:

AstroNvim:

My dotfiles:

Рекомендации по теме
Комментарии
Автор

Thanks, I couldn't get it to work. I was opening a specific project in Astro Nvim and to set it up you just have to open the home screen. Thank you!!!

kchmielewski
Автор

That's not copilot, just lint and language server. The problem is that astronvim also uses TAB for the cmp completion plugin. It conflicts with copilot, which prevents it from giving you code suggestions, like its happening on the video. To fix you need to solve that.

alexandremarangonicosta