Closed grimgort closed 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.
It's caused by vim's syntax highlight mostly,async can't help
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.