.dotfiles/home/.config/nvim/lua/plugs/copilot.lua
Martin Larsson a55f39f71d Add code companion plugin and configure it to use Copilot on all
accounts as that is promitted to use at work. Since it's using the
official Copilot plugin we can be sure that the token is using whatever
is authorized.
2024-09-22 14:00:02 +02:00

3 lines
37 B
Lua

return {
"github/copilot.vim",
}