mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-07 14:25:13 +02:00
vim: disable copilot plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
'zbirenbaum/copilot.lua',
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
cmd = "Copilot",
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user