12 lines
249 B
Nix
12 lines
249 B
Nix
# homepage: https://github.com/echasnovski/mini.nvim
|
|
# nixvim doc: https://nix-community.github.io/nixvim/plugins/mini.html
|
|
_:
|
|
|
|
{
|
|
opts = {
|
|
enable = true;
|
|
|
|
# https://github.com/echasnovski/mini.bufremove
|
|
modules.bufremove = { };
|
|
};
|
|
}
|