Compare commits

..

No commits in common. "2ee636b7f1c0d2b874d729bc529d3de846a9ab69" and "0013dfea9a96c738067d35356ca591c78707c621" have entirely different histories.

3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 425b58968340bd5b4621c2a0d626c73556516d3d
Subproject commit ea3a37a9758d873feec3feac37a358e4225a5871

@ -1 +1 @@
Subproject commit 476d3fdcd793fd28ec0247036a6b540cdb6d6e64
Subproject commit d1b380ae952c05b0a57626cc4b1529a07babbec9

View file

@ -43,7 +43,7 @@ if (vim.g.enablecompletion == 1) then
end
end, { "i", "s" }),
["<C-Del>"] = cmp.mapping.abort(),
["<Del>"] = cmp.mapping.abort(),
["<CR>"] = cmp.mapping.confirm({ select = false }),
}),