diff --git a/lua/plugins/nvim-cmp.lua b/lua/plugins/nvim-cmp.lua index 0f5e79e..a17cf5b 100644 --- a/lua/plugins/nvim-cmp.lua +++ b/lua/plugins/nvim-cmp.lua @@ -69,6 +69,8 @@ return { -- This will expand snippets if the LSP sent a snippet. [''] = cmp.mapping.confirm { select = true }, + [''] = cmp.mapping.close(), + -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines --[''] = cmp.mapping.confirm { select = true },