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 6938 meta.hydraPlatforms = [ ]; 6939 6939 }; 6940 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 + 6941 6954 lean-nvim = buildVimPlugin { 6942 6955 pname = "lean.nvim"; 6943 6956 version = "2025-06-23";
+9
pkgs/applications/editors/vim/plugins/overrides.nix
··· 121 121 websocat, 122 122 # lazydocker.nvim dependencies 123 123 lazydocker, 124 + # lazyjj.nvim dependencies 125 + lazyjj, 124 126 # luau-lsp-nvim dependencies 125 127 luau-lsp, 126 128 # uv.nvim dependencies ··· 1545 1547 lazydocker-nvim = super.lazydocker-nvim.overrideAttrs { 1546 1548 runtimeDeps = [ 1547 1549 lazydocker 1550 + ]; 1551 + }; 1552 + 1553 + lazyjj-nvim = super.lazyjj-nvim.overrideAttrs { 1554 + dependencies = [ self.plenary-nvim ]; 1555 + runtimeDeps = [ 1556 + lazyjj 1548 1557 ]; 1549 1558 }; 1550 1559
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 532 532 https://github.com/folke/lazydev.nvim/,, 533 533 https://github.com/crnvl96/lazydocker.nvim/,HEAD, 534 534 https://github.com/kdheepak/lazygit.nvim/,, 535 + https://github.com/swaits/lazyjj.nvim/,HEAD, 535 536 https://github.com/Julian/lean.nvim/,, 536 537 https://github.com/leanprover/lean.vim/,, 537 538 https://github.com/ggandor/leap-ast.nvim/,HEAD,