JBakamovic / cxxd-vim

Vim frontend implementation for cxxd server.
GNU General Public License v3.0
102 stars 6 forks source link

Optimize performance issues due to semantic syntax highlighting #2

Closed JBakamovic closed 6 years ago

JBakamovic commented 6 years ago

Perhaps it is better to use half-baked solution such as CursorMoved to detect scrolling events than nothing. Too many syntax rules are too heavy on the Vim rendering engine.

JBakamovic commented 6 years ago

Fixed by e3afce4.