Unverified Commit 40a1f60e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.lazyjj-nvim: init at 2024-11-28 (#420337)

parents ed9f0907 27f936a5
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -6938,6 +6938,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  lazyjj-nvim = buildVimPlugin {
    pname = "lazyjj.nvim";
    version = "2024-11-28";
    src = fetchFromGitHub {
      owner = "swaits";
      repo = "lazyjj.nvim";
      rev = "bba66a1351ff1f1bd078c8a1b00b8d12b3ed0017";
      sha256 = "0fcfqqc23ri9pw5h23bnryqp6cdd3djvxbivj05lllxharbdzpl7";
    };
    meta.homepage = "https://github.com/swaits/lazyjj.nvim/";
    meta.hydraPlatforms = [ ];
  };
  lean-nvim = buildVimPlugin {
    pname = "lean.nvim";
    version = "2025-06-23";
+9 −0
Original line number Diff line number Diff line
@@ -121,6 +121,8 @@
  websocat,
  # lazydocker.nvim dependencies
  lazydocker,
  # lazyjj.nvim dependencies
  lazyjj,
  # luau-lsp-nvim dependencies
  luau-lsp,
  # uv.nvim dependencies
@@ -1548,6 +1550,13 @@ in
    ];
  };

  lazyjj-nvim = super.lazyjj-nvim.overrideAttrs {
    dependencies = [ self.plenary-nvim ];
    runtimeDeps = [
      lazyjj
    ];
  };

  LazyVim = super.LazyVim.overrideAttrs {
    # Any other dependency is optional
    dependencies = [ self.lazy-nvim ];
+1 −0
Original line number Diff line number Diff line
@@ -532,6 +532,7 @@ https://github.com/folke/lazy.nvim/,HEAD,
https://github.com/folke/lazydev.nvim/,,
https://github.com/crnvl96/lazydocker.nvim/,HEAD,
https://github.com/kdheepak/lazygit.nvim/,,
https://github.com/swaits/lazyjj.nvim/,HEAD,
https://github.com/Julian/lean.nvim/,,
https://github.com/leanprover/lean.vim/,,
https://github.com/ggandor/leap-ast.nvim/,HEAD,