Hacker News new | ask | show | jobs
by scutrell 759 days ago
I did use Lazyvim. It was definitely better (though I spent a fortune in time modularizing is plugins).

It just doesn't feel like a great solution for a variety of reasons. You're still a little on the hook for plugins and LSP configs. You're beholden to the distro e.g. if Lazy ever grows obsolete, Lazyvim could go too.

In a perfect world there would be a neovim core (what it is now) and a formal neovim distro.

2 comments

There's just a lot more innovation and development in the offshoot projects than in the big projects. The main project is gradually agreeing on /some/ default key bindings for lsps, as seen in this release (core does a great job on neovim no offense meant there.)

In the same time, LazyVim and AstroNvim have built whole worlds of configuration and LSP integration because they are free to tinker, at a speed far outpacing core neovim. Because the core project wants/needs to cater to everyone. Even you said it was a straight upgrade (to Vim, I assume) and just keeping it that way is not easy.

> You're beholden to the distro e.g. if Lazy ever grows obsolete, Lazyvim could go too.

That is my only concern, too. But I decided not to worry. Getting into LazyVim was very easy, so I'm not concerned potentially having to switch to another distro or IDE.