Add preselect configuration option

This commit is contained in:
hrsh7th
2021-08-25 21:23:54 +09:00
parent 5df8233081
commit 6bc0ddb58b
6 changed files with 22 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ cmp.abort = function()
keymap.feedkeys(keymap.t('<C-e>'), 'n', function()
core.reset()
end)
return true;
return true
else
return false
end