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 }, {