Hacker News new | ask | show | jobs
by gizmo385 3319 days ago
I've written a handful of Vim plugins before. I've generally tried to avoid writing Vimscript as much as possible why writing the bulk of my plugin logic in Python and then just exposing the bindings in Vimscript.