plugins/blink-ripgrep: init

This commit is contained in:
Austin Horstman 2025-02-05 12:27:00 -06:00 committed by GitHub
parent d5406e546b
commit 859a97bd8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.blink-ripgrep.enable = true;
};
defaults = {
plugins.blink-ripgrep = {
enable = true;
};
};
}