mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
fix: add ripgrep for todo-comments functionality (#1020)
This commit is contained in:
parent
ffe8978028
commit
4448c4ce63
2 changed files with 16 additions and 0 deletions
|
@ -125,4 +125,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
withoutRipgrep = {
|
||||
plugins.todo-comments = {
|
||||
enable = true;
|
||||
|
||||
ripgrepPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue