Hacker News new | ask | show | jobs
by xutopia 768 days ago
I love seeing the development of an amazing modern replacement for Vim. I look forward to the moment where it has tons of plugins that are as easy to install as VSCode extensions are.
2 comments

That's pretty much already possible today with nvim distros like lazyvim.
> I look forward to the moment where it has tons of plugins that are as easy to install as VSCode extensions are.

There is already a ton of plugins. As for the ease of installation, the "traditional" plugin managers just require you to add one like to your config to install a plugin, which is pretty simple. But there's also a new plugin manager called Rocks.nvim, which installs plugins from Luarocks with a single command (eg ":Rocks install telescope")