kickstart.nvim/lua/custom/plugins/github-copilot.lua

8 lines
77 B
Lua

return {
-- Copilot
{
'github/copilot.vim',
lazy = false,
},
}