Hacker News new | ask | show | jobs
by clessg 3942 days ago
Not sure if you're referring to performance, but if you are, then...

Two things that work well for me are disabling line highlighting and cursor line.

:set nocursorline

:syntax off

Disabling relative line numbers apparently helps too. (No effect for me though.)