this post was submitted on 30 Aug 2023
28 points (100.0% liked)

Neovim

2091 readers
24 users here now

founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] xigoi@lemmy.sdf.org 11 points 1 year ago (3 children)

This is one thing I hate about Neovim. One year, Packer is what everyone uses, next year it's deprecated. It's like with JavaScript libraries.

[–] 1984@lemmy.today 9 points 1 year ago* (last edited 1 year ago)

I don't mind... It's innovation. Lazy is arguably much better than packer.

Neovim is much better than vim as well.

[–] __lb__@feddit.nl 3 points 1 year ago (1 children)

I just switched to packer 3 months ago from Plug.

[–] Piatro@programming.dev 2 points 1 year ago (1 children)

I'm curious, why did you switch from plug? I keep seeing new plugin managers pop up but plug has been solid for years for me.

[–] __lb__@feddit.nl 2 points 1 year ago

Only reason I switched was I was redoing my neovim config in lua. Almost all the lsp examples are in lua and most lua plugins showed packer config examples. So I went with the kids path of least resistance and used what seemed most popular at the time.

[–] hallettj@beehaw.org 2 points 1 year ago (1 children)

When an ecosystem is new there is a lot of design space to explore. No one knows what the best ideas will be - the only way to find them is to try lots of things. After a while it becomes clearer what the good ideas are, and things settle down. That happened in Javascript when React and Vue became popular. You didn't see a new application framework every month anymore - at least not ones that got a lot of adoption. Exploration shifted to stuff like state-management libraries to use within React. Of course the search for better ideas never stops completely...

[–] __lb__@feddit.nl 2 points 1 year ago

I’ve been updating my plugin managers for over ten years now. Would be nice if neovim just bundled a default plugin manager you could use and all the examples could use.

[–] Hexarei@programming.dev 3 points 1 year ago

Bah, I just started using Neovim a few months ago and finally got my config what I thought was a good place, haven't edited it in a couple weeks, thought I was doing good.

Now I've gotta look at moving everything into something else. Fun.