Skip to content
Discussion options

You must be logged in to vote

The main "distribution source" of 'mini.nvim' is the whole library. It will always have priority over standalone repositories which are semi-automatically synchronized with the changes in 'mini.nvim'.

As far as I can tell with 'folke/lazy.nvim', the standalone repos fit more to its declarative specification if you want to narrowly lazy load everything that can be lazy loaded. Like lazy load 'mini.completion' on InsertEnter event, etc.

If you don't really care about extra lazy loading, installing the whole 'mini.nvim' and then doing require('mini.xxx').setup() in the config field should be good enough. The benefit here is a more compact and easy-to-follow config, which is not nothing in my…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jackaed
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.deps ALL This is related to all present modules
2 participants