1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/lazy: remove old deprecation warning

This commit is contained in:
Gaetan Lepage 2025-10-19 10:42:09 +02:00 committed by Gaétan Lepage
parent 3f469197bf
commit 429dc19c28

View file

@ -37,14 +37,6 @@ let
lazyPath = pkgs.linkFarm "lazy-plugins" processedPlugins; lazyPath = pkgs.linkFarm "lazy-plugins" processedPlugins;
in in
{ {
# TODO: added 2025-04-06, remove after 25.05
imports = [
(lib.nixvim.mkRemovedPackageOptionModule {
plugin = "lazy";
packageName = "git";
})
];
options = { options = {
plugins.lazy = { plugins.lazy = {
enable = mkEnableOption "lazy.nvim"; enable = mkEnableOption "lazy.nvim";