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 { return {
"zbirenbaum/copilot.lua", "zbirenbaum/copilot.lua",
cmd = "Copilot", cmd = "Copilot",
event = "InsertEnter", -- event = "InsertEnter",
opts = { opts = {
suggestion = { suggestion = {
enabled = true,
auto_trigger = true, auto_trigger = true,
keymap = { keymap = {
accept = "<C-l>", accept = "<C-l>"
-- accept_word = false, -- accept_word = false,
-- accept_line = false, -- accept_line = false,
-- next = "<M-]>", -- next = "<M-]>",