fix: copilot not presenting any suggestion
This commit is contained in:
parent
f24d23e5a7
commit
705af89243
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ local plugins = {
|
||||||
{
|
{
|
||||||
"github/copilot.vim",
|
"github/copilot.vim",
|
||||||
event="InsertEnter",
|
event="InsertEnter",
|
||||||
|
config = function()
|
||||||
|
vim.g.copilot_no_tab_map=true
|
||||||
|
vim.g.copilot_assume_mapped=true
|
||||||
|
end,
|
||||||
lazy=false
|
lazy=false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue