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

10 lines
155 B
Lua
Raw Normal View History

2024-08-19 02:00:42 +03:00
return {
{
'github/copilot.vim',
-- let g:copilot_enabled = v:false
init = function()
-- vim.g.copilot_enabled = false
end,
},
}