mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-18 23:11:12 +01:00
parent
9f310be2da
commit
d524dbd333
2 changed files with 5 additions and 26 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue