Files
nvim/lua/plugins/copilot.lua
2024-11-08 15:08:53 +01:00

18 lines
320 B
Lua

return {
{
'zbirenbaum/copilot.lua',
cmd = 'Copilot',
event = 'InsertEnter',
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
},
-- {
-- 'zbirenbaum/copilot-cmp',
-- config = function()
-- require('copilot_cmp').setup()
-- end,
-- },
}