1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-18 23:11:12 +01:00

plugins/gitgutter: drop grep

0acb772e76
This commit is contained in:
Gaetan Lepage 2025-12-15 09:54:35 +01:00 committed by Gaétan Lepage
parent 9f310be2da
commit d524dbd333
2 changed files with 5 additions and 26 deletions

View file

@ -9,14 +9,13 @@ lib.nixvim.plugins.mkVimPlugin {
dependencies = [
"git"
"grep"
];
imports = [
(lib.nixvim.mkRemovedPackageOptionModule {
plugin = "gitgutter";
packageName = "grep";
})
# Added 2025-12-15, remove after 26.05
(lib.mkRemovedOptionModule [ "plugins" "gitgutter" "grepPackage" ] ''
Gitgutter no longer requires grep.
'')
];
extraOptions = {