From bb3d6b9bfb604cde3ba98ced464812a34f94eb68 Mon Sep 17 00:00:00 2001 From: Max <55395652+kontr0x@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:28:46 +0000 Subject: [PATCH] Change lsp confirm key to --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2a011359..cb0aabcd 100644 --- a/init.lua +++ b/init.lua @@ -616,7 +616,7 @@ require('lazy').setup({ -- 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 }, -- Manually trigger a completion from nvim-cmp. -- Generally you don't need this, because nvim-cmp will display