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

This commit is contained in:
Gaétan Lepage
2025-06-26 23:48:57 +02:00
committed by GitHub
3 changed files with 23 additions and 0 deletions
@@ -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";
@@ -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 ];
@@ -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,