This commit is contained in:
Yaser Alraddadi 2024-08-19 02:00:42 +03:00
parent 24b705b6ab
commit 0862adc22e
4 changed files with 36 additions and 6 deletions

View file

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