cmp-cmdline
cmp-cmdline copied to clipboard
Support @ cmdtype completion for input() function
Support @ cmdtype completion for input() function.
With following setup, cmp-cmdline can also provide the completion content passed into input()
function.
cmp.setup.cmdline({':', '@'}, {
mapping = cmp_mappings,
sources = { { name = 'cmdline' }}
})