neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

[feature] take preview of coclist async #99

Closed grimgort closed 4 years ago

grimgort commented 4 years ago

using the preview mode in coclist (option --A) may cause vim to lag because changing the symbol in the list asks to load the preview. Ideally, the preview should be loaded asynchronously.

chemzqm commented 4 years ago

It's caused by vim's syntax highlight mostly,async can't help