From 7a15dcba2bed871fc1541e13425ba6746952cbe5 Mon Sep 17 00:00:00 2001 From: Ian Roddis <31021769+iroddis@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:31:36 -0400 Subject: [PATCH] Disabling tab in kickstart to enable copilot --- init.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/init.lua b/init.lua index d881a64..e45d4bb 100644 --- a/init.lua +++ b/init.lua @@ -741,15 +741,15 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = true, }, - [''] = cmp.mapping(function(fallback) - if cmp.visible() then - cmp.select_next_item() - -- elseif luasnip.expand_or_locally_jumpable() then - -- luasnip.expand_or_jump() - else - fallback() - end - end, { 'i', 's' }), + -- [''] = cmp.mapping(function(fallback) + -- if cmp.visible() then + -- cmp.select_next_item() + -- -- elseif luasnip.expand_or_locally_jumpable() then + -- -- luasnip.expand_or_jump() + -- else + -- fallback() + -- end + -- end, { 'i', 's' }), [''] = cmp.mapping(function(fallback) if cmp.visible() then cmp.select_prev_item()