Hacker News new | ask | show | jobs
by gaving 4430 days ago
Loving the progress of Neovim so far, even better that notable plugin authors (https://github.com/neovim/neovim/issues/622#issuecomment-415...) are getting involved.
1 comments

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.
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