nvim: Disable copilot by default
This commit is contained in:
parent
7cfdf63c01
commit
516b187060
@ -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-]>",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user