Hacker News new | ask | show | jobs
by jitl 4430 days ago
I've always wanted to write Vim plugins, but Vimscript and the RPC contortions always looked too hairy for me to get involved -- I'm excited for the new vim-embedding interface so I can get real VIM compatibility with my IDEs.
1 comments

Except it has been possible for a long time to write scripts in other languages so what are you talking about?
I guess I should've been clearer: I want to embed Vim in other applications and environments without having to write three crazy bridges between them