Announcing ‘mini.deps’

announce
reddit
Plugin manager with minimal yet sufficient user experience
Author

Evgeni Chasnovski

Published

February 11, 2024

Originally posted on Reddit

Hello, Neovim users!

I am happy to share with you a release of mini.deps - new module of mini.nvim which acts as a plugin manager to install and manage other plugins. It can also be installed using separate GitHub repository.


This was one of the toughest modules to write as of yet. Although overall goal of managing plugins seems more or less straightforward, actually designing the balance between simplicity and usability has proved to be not as trivial. I ended up redesigning the overall approach three times. Combined with slow iteration process of simulating plugin updates, not trivial testing, and some real life issues, this took waaaay longer than I would’ve liked. Despite all this, it is now fully designed, implemented, tested, and documented.

Overall, it uses Git and built-in packages to install, update, clean, and snapshot plugins. It is far less feature-rich than ‘folke/lazy.nvim’ and slightly more user-friendly than ‘savq/paq-nvim’. In my opinion it ended up somewhere near ‘junegunn/vim-plug’ when talking about user experience.


Features:

For slightly more details, see overview in README.

For even more information, see these tags in help file: - *MiniDeps-plugin-specification* - *MiniDeps-commands*


Please, check it out and tell me what you think! You can leave your suggestions either here in comments or in dedicated beta-testing issue.

I do want to point out that it is a good idea to first try this without affecting your main config. Here is one example with two quick steps of how to do this.

Thanks!