From 705af89243bc2d6175a20e84423cd0db23c0faa6 Mon Sep 17 00:00:00 2001 From: Fabio Montefuscolo Date: Tue, 5 Mar 2024 14:44:19 +0100 Subject: [PATCH] fix: copilot not presenting any suggestion --- plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins.lua b/plugins.lua index dc0e382..40d2171 100644 --- a/plugins.lua +++ b/plugins.lua @@ -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 }, {