From dcd85a95d2d98d63a9a1dd16bd5d037dcc40b8e6 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 2 May 2024 14:08:33 -0500 Subject: [PATCH] use c-y for confirm --- .gitignore | 1 + lua/plugins/cmp_autocompletion.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e033bc6..966e008 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ lazy-lock.json +.nvimlog diff --git a/lua/plugins/cmp_autocompletion.lua b/lua/plugins/cmp_autocompletion.lua index 9b25d0a..97ea107 100644 --- a/lua/plugins/cmp_autocompletion.lua +++ b/lua/plugins/cmp_autocompletion.lua @@ -57,7 +57,7 @@ return { -- Accept ([y]es) the completion. -- This will auto-import if your LSP supports it. -- This will expand snippets if the LSP sent a snippet. - [""] = cmp.mapping.confirm({ select = true }), + [""] = cmp.mapping.confirm({ select = true }), -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines