this post was submitted on 31 Jul 2023
49 points (94.5% liked)

Neovim

2108 readers
8 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (3 children)

I’m looking at implementing lazy.nvim, the package manager, but not LazyVim. Personally I like to be in control of everything and LazyVim takes too much away from me.

[–] ericjmorey 4 points 1 year ago (1 children)
[–] [email protected] 3 points 1 year ago

For me LazyVim is just magic I don’t want to learn, along with preferring to have explicit control of the whole setup. Also migrating to something else takes more effort going from one magic to another magic. I’ve just finished migrating from packer to lazy.nvim and I like that I still have all the git history in my plugin/* files.

I’m very happy with my new “vanilla” lazy.nvim setup now.

[–] [email protected] 3 points 1 year ago (1 children)

One nice thing with lazyvim is there's a single option to disable all the key bindings so you can map them yourself. I really like the set of plugins it comes with too, so I've been really happy with the distro so far.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Yeah I like the set of plugins it comes with. It’s definitely a well curated distributions.

[–] [email protected] 1 points 1 year ago (1 children)

I learn a lot about lazy.nvim reading LazyVim documentation and config.

You can roll your own after reading the LazyVim, kickstart.nvim, astrovim, etc.

With lazy.nvim, there is little magic in nvim distros.

Astrovim community has many working config and you can reference them as a starter when you add new plugin to your config.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Yes there is definitely a lot that can be learned from those different distributions. The community around them is a big plus. While I don’t use anything magical myself, I’m happy they exist for various reasons.