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

5 lines
70 B
Lua

vim.g.copilot_assume_mapped = true
return {
"github/copilot.vim",
}