Implement config.confirmation.get_commit_characters

This commit is contained in:
hrsh7th
2021-09-03 21:35:23 +09:00
parent 675a72e2e8
commit b832719c68
4 changed files with 67 additions and 59 deletions

View File

@@ -35,6 +35,9 @@ return function()
confirmation = {
default_behavior = types.cmp.ConfirmBehavior.Insert,
get_commit_characters = function(commit_characters)
return commit_characters
end
},
sorting = {