update
This commit is contained in:
parent
24b705b6ab
commit
0862adc22e
4 changed files with 36 additions and 6 deletions
9
lua/custom/plugins/copilot.lua
Normal file
9
lua/custom/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{
|
||||
'github/copilot.vim',
|
||||
-- let g:copilot_enabled = v:false
|
||||
init = function()
|
||||
-- vim.g.copilot_enabled = false
|
||||
end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue