From 9b3ff364b91f8e481904669c082821d1792bd3b1 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 10 Oct 2022 13:18:28 -0700 Subject: Changed cmp select from to --- lua/user/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index d8f0c33..cd80a7d 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -70,7 +70,7 @@ cmp.setup { }, -- Accept currently selected item. If none selected, `select` first item. -- Set `select` to `false` to only confirm explicitly selected items. - [""] = cmp.mapping.confirm { select = false }, + [""] = cmp.mapping.confirm { select = false }, --[[ [""] = cmp.mapping(function(fallback) if cmp.visible() then -- cgit