mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-07 07:44:33 +02:00
15 lines
200 B
Nix
15 lines
200 B
Nix
{
|
|
empty = {
|
|
plugins.mini-statusline.enable = true;
|
|
};
|
|
|
|
example = {
|
|
plugins.mini-statusline = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
use_icons = false;
|
|
};
|
|
};
|
|
};
|
|
}
|