plugins.cmp.cmdline.<name>.confirmation.get_commit_characters

You can append or exclude commitCharacters via this configuration option function. The commitCharacters are defined by the LSP spec.

Type: null or lua function string

Default: null

Plugin default:

function(commit_characters)
  return commit_characters
end

Declared by: