11 lines
162 B
Lua
11 lines
162 B
Lua
return {
|
|
{
|
|
'github/copilot.vim',
|
|
-- let g:copilot_enabled = v:false
|
|
init = function()
|
|
-- vim.g.copilot_enabled = false
|
|
end,
|
|
--
|
|
},
|
|
}
|