mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
14 lines
196 B
Lua
14 lines
196 B
Lua
return {
|
|
{
|
|
'zbirenbaum/copilot.lua',
|
|
cmd = 'Copilot',
|
|
opts = {
|
|
panel = {
|
|
enabled = false,
|
|
},
|
|
suggestion = {
|
|
enabled = false,
|
|
},
|
|
},
|
|
},
|
|
}
|