logoalt Hacker News

mi_lktoday at 6:27 PM6 repliesview on HN

> - d21b8c949ad7 pack: add built-in plugin manager `vim.pack

Can someone try to sell me this over lazy.nvim? I asked Claude to convert lazy config to pack and I was not happy with it because how verbose it turned out


Replies

pawelgrzybektoday at 6:40 PM

Have a look here. This is incredible guide to the `vim.pack`.

https://echasnovski.com/blog/2026-03-13-a-guide-to-vim-pack....

show 1 reply
flexagoontoday at 7:11 PM

> how verbose it turned out

Verbose? The new plugin manager's interface is literature just vim.pack.add({url}), not sure what is verbose about that

show 1 reply
c-hendrickstoday at 6:31 PM

I'm assuming there will be something like lazy.nvim built on top of vim.pack. Some of the conventions might go away (ie constantly calling `.setup`).

PhilipRomantoday at 7:13 PM

I always thought Vim/Nvim already had a built-in package manager, git clone inside ~/.vim/pack/*/start, am I missing anything by not using a "real" package manager?

show 2 replies
NegativeLatencytoday at 7:00 PM

It being built in sounds nice, although I have some lines in my config that automatically install lazy if it’s missing.

tekawadetoday at 7:01 PM

Tried to switch but found lazy.nvim better