this post was submitted on 31 Jul 2023
2 points (100.0% liked)

Neovim

2138 readers
1 users here now

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] darkregn@beehaw.org 0 points 1 year ago (1 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@programming.dev 0 points 1 year ago (1 children)
[–] darkregn@beehaw.org 1 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.