From d81e5d3a1c9b5436a659e4c10fb541fa465010c6 Mon Sep 17 00:00:00 2001 From: Tilo Klarenbeek Date: Thu, 30 Mar 2023 12:38:39 +0200 Subject: [PATCH] Fixed tab :) --- init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.lua b/init.lua index eef2a02..e6ea12a 100644 --- a/init.lua +++ b/init.lua @@ -439,8 +439,6 @@ cmp.setup { [''] = cmp.mapping(function(fallback) if cmp.visible() then cmp.select_next_item() - elseif luasnip.expand_or_jumpable() then - luasnip.expand_or_jump() else fallback() end @@ -448,8 +446,6 @@ cmp.setup { [''] = cmp.mapping(function(fallback) if cmp.visible() then cmp.select_prev_item() - elseif luasnip.jumpable(-1) then - luasnip.jump(-1) else fallback() end