Neovim now has built-in plugin manager

neovim
reddit
Author

Evgeni Chasnovski

Published

July 4, 2025

Originally posted on Reddit

Hello, Neovim users!

After rounds of discussions and iterations, Neovim now has a minimal built-in plugin manager. Its functionality is present only on latest master branch and located in vim.pack module. It is planned to land in 0.12 (which is still not quite soon).

You can read more about the design and workflow here. You can also see the demo of the latest state in the PR’s first comment.

The overall design is based on ‘mini.deps’ module, but it is visibly reworked to fix some of its shortcomings and to fit “minimal built-in plugin manager” requirements.

Couple of very important notes:

There is still a long road ahead and we’ll walk it one step at a time. Thanks for reading and using Neovim!