echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
5.24k stars 190 forks source link

An opinionated init.lua that allow people use mini.nvim like a distro #700

Closed ofseed closed 8 months ago

ofseed commented 8 months ago

Contributing guidelines

Module(s)

most of the modules

Description

It should not cause conflict if we put an init.lua file under the lua/ 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.

echasnovski commented 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".