Closed ofseed closed 8 months ago
Thanks for the suggestion!
Yes, something like this is planned, but it will be a separate project outside of this plugin. There needs to be a couple more modules implemented to provide a solid user experience, so there is currently no time scale for when this should be expected to be done.
Closing as "planned, but not here".
Contributing guidelines
Module(s)
most of the modules
Description
It should not cause conflict if we put an
init.lua
file under thelua/
directory, and we can make mini.nvim like a distro by leveraging that.If we implement this, we can clone mini.nvim as a nvim configuration repository to
.config/nvim
, and get all the great features provided by mini.nvim, so that we can easily get a good experience when using neovim even on a temporary machine.And I think maybe calling
setup
to every module of mini.nvim would be enough.