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

8 lines
107 B
Lua

return {
'github/copilot.vim',
opts = {},
config = function()
-- vim.g.copilot#enable()
end,
}