Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by Gaétan Lepage and committed by GitHub 40a1f60e ed9f0907

+23
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 6938 meta.hydraPlatforms = [ ]; 6939 }; 6940 6941 lean-nvim = buildVimPlugin { 6942 pname = "lean.nvim"; 6943 version = "2025-06-23";
··· 6938 meta.hydraPlatforms = [ ]; 6939 }; 6940 6941 + lazyjj-nvim = buildVimPlugin { 6942 + pname = "lazyjj.nvim"; 6943 + version = "2024-11-28"; 6944 + src = fetchFromGitHub { 6945 + owner = "swaits"; 6946 + repo = "lazyjj.nvim"; 6947 + rev = "bba66a1351ff1f1bd078c8a1b00b8d12b3ed0017"; 6948 + sha256 = "0fcfqqc23ri9pw5h23bnryqp6cdd3djvxbivj05lllxharbdzpl7"; 6949 + }; 6950 + meta.homepage = "https://github.com/swaits/lazyjj.nvim/"; 6951 + meta.hydraPlatforms = [ ]; 6952 + }; 6953 + 6954 lean-nvim = buildVimPlugin { 6955 pname = "lean.nvim"; 6956 version = "2025-06-23";
+9
pkgs/applications/editors/vim/plugins/overrides.nix
··· 121 websocat, 122 # lazydocker.nvim dependencies 123 lazydocker, 124 # luau-lsp-nvim dependencies 125 luau-lsp, 126 # uv.nvim dependencies ··· 1545 lazydocker-nvim = super.lazydocker-nvim.overrideAttrs { 1546 runtimeDeps = [ 1547 lazydocker 1548 ]; 1549 }; 1550
··· 121 websocat, 122 # lazydocker.nvim dependencies 123 lazydocker, 124 + # lazyjj.nvim dependencies 125 + lazyjj, 126 # luau-lsp-nvim dependencies 127 luau-lsp, 128 # uv.nvim dependencies ··· 1547 lazydocker-nvim = super.lazydocker-nvim.overrideAttrs { 1548 runtimeDeps = [ 1549 lazydocker 1550 + ]; 1551 + }; 1552 + 1553 + lazyjj-nvim = super.lazyjj-nvim.overrideAttrs { 1554 + dependencies = [ self.plenary-nvim ]; 1555 + runtimeDeps = [ 1556 + lazyjj 1557 ]; 1558 }; 1559
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 532 https://github.com/folke/lazydev.nvim/,, 533 https://github.com/crnvl96/lazydocker.nvim/,HEAD, 534 https://github.com/kdheepak/lazygit.nvim/,, 535 https://github.com/Julian/lean.nvim/,, 536 https://github.com/leanprover/lean.vim/,, 537 https://github.com/ggandor/leap-ast.nvim/,HEAD,
··· 532 https://github.com/folke/lazydev.nvim/,, 533 https://github.com/crnvl96/lazydocker.nvim/,HEAD, 534 https://github.com/kdheepak/lazygit.nvim/,, 535 + https://github.com/swaits/lazyjj.nvim/,HEAD, 536 https://github.com/Julian/lean.nvim/,, 537 https://github.com/leanprover/lean.vim/,, 538 https://github.com/ggandor/leap-ast.nvim/,HEAD,