From 4b3679ac13866bac1923911f214c6f78db280980 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 9 Nov 2023 12:42:58 +0100 Subject: Remove CR as confirm for cmp --- fnl/plugins/editor/cmp.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fnl/plugins') diff --git a/fnl/plugins/editor/cmp.fnl b/fnl/plugins/editor/cmp.fnl index 0ac7fe6..b79cd5a 100644 --- a/fnl/plugins/editor/cmp.fnl +++ b/fnl/plugins/editor/cmp.fnl @@ -34,8 +34,7 @@ :c]) : (cmp.mapping {:i (cmp.mapping.abort) :c (cmp.mapping.close)}) - : (cmp.mapping.confirm {:select true}) - : (cmp.mapping.confirm {:select true})}) + : (cmp.mapping.confirm {:select true})}) :sources [{:name :nvim_lsp} {:name :nvim_lua} {:name :luasnip} -- cgit v1.2.3-70-g09d2