fix: copilot not presenting any suggestion

This commit is contained in:
Fabio Montefuscolo 2024-03-05 14:44:19 +01:00
parent f24d23e5a7
commit 705af89243
Signed by: fabiomontefuscolo
GPG key ID: B98DA1C6A4DE48B5

View file

@ -16,6 +16,10 @@ local plugins = {
{
"github/copilot.vim",
event="InsertEnter",
config = function()
vim.g.copilot_no_tab_map=true
vim.g.copilot_assume_mapped=true
end,
lazy=false
},
{