nvim: Disable copilot by default

This commit is contained in:
Andreas Tsouchlos 2025-06-17 22:12:48 -04:00
parent 7cfdf63c01
commit 516b187060

View File

@ -1,12 +1,13 @@
return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
-- event = "InsertEnter",
opts = {
suggestion = {
enabled = true,
auto_trigger = true,
keymap = {
accept = "<C-l>",
accept = "<C-l>"
-- accept_word = false,
-- accept_line = false,
-- next = "<M-]>",