mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-12 05:26:07 +01:00
11 lines
141 B
Nix
11 lines
141 B
Nix
{
|
|
empty = {
|
|
plugins.blink-ripgrep.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.blink-ripgrep = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|