Hacker News new | ask | show | jobs
by lcall 909 days ago
More Rust, and Neovim as IDE (per a YouTube video that was posted on HN some weeks or months ago).

It seems like other IDEs that are attractive to me always manage to pull the rug out eventually, in one way or another (sudden bad performance, deprecations of things I use, or cutting support on my OS for the language/s I prefer).

2 comments

> sudden bad performance

nvim is great, and I use it as my daily driver, but bear in mind nearly everything in a modern config is controlled by Lua, which is one of the worst-performing languages on the planet today. "Sudden bad performance" is still a thing in the neovim world.

Check out Lapce. An improvement over nvim imo. Maybe the ecosystem is not as mature though.