Replies: 2 comments
-
'mini.nvim' is already a collection of modules, like 'mini.files', 'mini.pick', etc. Each module is not enabled by default and independent from others. Thus it requires a The 'echasnovski/mini.files' is a standalone repository specifically for 'mini.files' module. Those are automatically synchronized with their version in 'mini.nvim' and present for people who prefer a more modular approach to their plugin installation. You can read these details in every module's "Installation" section (for example, from 'mini.files'). In case of 'lazy.nvim' plugin manager, I believe creating a |
Beta Was this translation helpful? Give feedback.
-
I use lazyvim as the base and i am not clear on how to add submodules to mini.nvim.
When I look at each module i see at installation to do this
{ 'echasnovski/mini.nvim', version = false }
While browsing the discussion i see some fokes using require('mini.files').setup().
Pls someone point me out to the place where I can understand when i have to mention the github repo name
echasnovski/mini.file
and whenrequire('mini.files')
. I am confused and I want to understand and use of course :).Beta Was this translation helpful? Give feedback.
All reactions