diff --git a/lua/plugins/nvim-cmp.lua b/lua/plugins/nvim-cmp.lua index 57ab2d5..33768cf 100644 --- a/lua/plugins/nvim-cmp.lua +++ b/lua/plugins/nvim-cmp.lua @@ -80,7 +80,7 @@ return { [''] = cmp.mapping.confirm { select = true }, -- Cancel/abort any selected/partial completion and close the completion list. - [''] = cmp.mapping.abort(), + [''] = cmp.mapping.abort(), -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines