mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
14 lines
193 B
Nix
14 lines
193 B
Nix
{
|
|
empty = {
|
|
plugins.mini-bufremove.enable = true;
|
|
};
|
|
|
|
example = {
|
|
plugins.mini-bufremove = {
|
|
enable = true;
|
|
settings = {
|
|
silent = true;
|
|
};
|
|
};
|
|
};
|
|
}
|