Yaser Alraddadi 0862adc22e update
2024-08-19 02:00:42 +03:00

10 lines
155 B
Lua

return {
{
'github/copilot.vim',
-- let g:copilot_enabled = v:false
init = function()
-- vim.g.copilot_enabled = false
end,
},
}