mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +02:00
modules/dependencies: add ripgrep
This commit is contained in:
parent
238ffa110a
commit
d6cdbf36b2
7 changed files with 54 additions and 59 deletions
|
@ -191,11 +191,9 @@
|
|||
};
|
||||
|
||||
without-ripgrep = {
|
||||
plugins.todo-comments = {
|
||||
enable = true;
|
||||
plugins.todo-comments.enable = true;
|
||||
|
||||
ripgrepPackage = null;
|
||||
};
|
||||
dependencies.ripgrep.enable = false;
|
||||
};
|
||||
|
||||
highlight-pattern-list = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue