From eb1e6c6c345c4a588c28d2937949adc1b440133f Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 2 Sep 2025 10:12:27 +0100 Subject: =?UTF-8?q?=F0=9F=A6=84org:=20now=20using=20an=20org=20document=20?= =?UTF-8?q?to=20configure=20nvim.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I know I messed up --- lua/plugins/completions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/completions.lua') diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 5aa87aa..892c193 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -38,7 +38,7 @@ return { [""] = cmp.mapping.scroll_docs(4), [""] = cmp.mapping.complete(), [""] = cmp.mapping.abort(), - [""] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. + [""] = cmp.mapping.confirm({ select = true }), }), sources = cmp.config.sources({ { name = "nvim_lsp" }, -- cgit v1.2.3