mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 12:00:04 +02:00
13 lines
164 B
Nix
13 lines
164 B
Nix
|
{
|
||
|
empty = {
|
||
|
plugins.mini-align.enable = true;
|
||
|
};
|
||
|
|
||
|
example = {
|
||
|
plugins.mini-align = {
|
||
|
enable = true;
|
||
|
settings.silent = true;
|
||
|
};
|
||
|
};
|
||
|
}
|