We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a418a commit c3dad0bCopy full SHA for c3dad0b
docs/extras/ai/copilot.md
@@ -31,6 +31,7 @@ opts = {
31
suggestion = {
32
enabled = not vim.g.ai_cmp,
33
auto_trigger = true,
34
+ hide_during_completion = vim.g.ai_cmp,
35
keymap = {
36
accept = false, -- handled by nvim-cmp / blink.cmp
37
next = "<M-]>",
@@ -55,11 +56,12 @@ opts = {
55
56
"zbirenbaum/copilot.lua",
57
cmd = "Copilot",
58
build = ":Copilot auth",
- event = "InsertEnter",
59
+ event = "BufReadPost",
60
opts = {
61
62
63
64
65
66
67
0 commit comments