cmp-cmdline icon indicating copy to clipboard operation
cmp-cmdline copied to clipboard

Support @ cmdtype completion for input() function

Open yehuohan opened this issue 2 years ago • 0 comments

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' }}
    })

yehuohan avatar Dec 16 '22 09:12 yehuohan