mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-05 05:25:16 +02:00
9 lines
134 B
Lua
9 lines
134 B
Lua
return {
|
|
{ 'github/copilot.vim',
|
|
config = function ()
|
|
-- Disable copilot by default
|
|
vim.g.copilot_enabled = false
|
|
end
|
|
}
|
|
}
|