Add rigrep
This commit is contained in:
parent
c90d529ff6
commit
8a56ff1571
@ -96,6 +96,14 @@ in
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.ripgrep = {
|
||||
enable = true;
|
||||
arguments = [
|
||||
"--smart-case"
|
||||
"--hidden"
|
||||
];
|
||||
};
|
||||
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user