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