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:
parent
3f469197bf
commit
429dc19c28
1 changed files with 0 additions and 8 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue