mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
17 lines
233 B
Nix
17 lines
233 B
Nix
{
|
|
empty = {
|
|
plugins.mini-misc.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.mini-misc = {
|
|
enable = true;
|
|
settings = {
|
|
make_global = [
|
|
"put"
|
|
"put_text"
|
|
];
|
|
};
|
|
};
|
|
};
|
|
}
|