fix: add ripgrep for todo-comments functionality (#1020)

This commit is contained in:
Jake Hamilton 2024-03-06 12:48:15 -08:00 committed by GitHub
parent ffe8978028
commit 4448c4ce63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View file

@ -125,4 +125,12 @@
};
};
};
withoutRipgrep = {
plugins.todo-comments = {
enable = true;
ripgrepPackage = null;
};
};
}