cmp-nvim-lsp-document-symbol icon indicating copy to clipboard operation
cmp-nvim-lsp-document-symbol copied to clipboard

Navigate through suggestions

Open jeusdi opened this issue 2 years ago • 1 comments
trafficstars

I don't quite figure out how to navigate through suggestions.

I mean, after having typed /@ a suggestion box appears, but I don't quite figure out how to navigate inside them.

I recorded an asciinema where you can see the behavior here.

jeusdi avatar Dec 01 '22 09:12 jeusdi

Add mapping = cmp.mapping.preset.cmdline() to the setup. Refer to this answer https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/issues/1#issuecomment-1265493163

NitroCao avatar Dec 06 '22 12:12 NitroCao