nix-community.nixvim/tests/test-sources/plugins/by-name/blink-ripgrep/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
141 B
Nix
Raw Permalink Normal View History

2025-02-05 12:27:00 -06:00
{
empty = {
plugins.blink-ripgrep.enable = true;
};
defaults = {
plugins.blink-ripgrep = {
enable = true;
};
};
}