mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/blink-ripgrep: init
This commit is contained in:
parent
d5406e546b
commit
859a97bd8e
2 changed files with 71 additions and 0 deletions
11
tests/test-sources/plugins/by-name/blink-ripgrep/default.nix
Normal file
11
tests/test-sources/plugins/by-name/blink-ripgrep/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.blink-ripgrep.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.blink-ripgrep = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue