From fdf95f3674ca57a7d4e8f9f463f0b8e036423a5b Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Sat, 31 Aug 2024 23:01:32 +0300 Subject: [PATCH] update --- lua/custom/plugins/copilot.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index b900c698..865e1f03 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -4,6 +4,7 @@ return { -- let g:copilot_enabled = v:false init = function() -- vim.g.copilot_enabled = false + vim.keymap.set('i', '', '(copilot-accept-word)') end, -- },