Hacker News new | ask | show | jobs
by tombert 429 days ago
I've been playing with Rust a lot in the last few weeks, and I have been pretty happy with the Rust plugins available for NeoVim. It gives me most of the features I would want from a "real" IDE, but of course it's still Vim, so all my configs and other plugins still work.

I'm convinced that the reason it's so good is because Lua is simply a better language than VimScript, making it easier to make plugins.