vimPlugins.vim-jetpack: init at 2024-04-10 (#369462)

authored by Gaétan Lepage and committed by GitHub b683cccb c4f2bb3f

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 15596 meta.homepage = "https://github.com/jelera/vim-javascript-syntax/"; 15597 }; 15598 15599 vim-jinja = buildVimPlugin { 15600 pname = "vim-jinja"; 15601 version = "2021-08-26";
··· 15596 meta.homepage = "https://github.com/jelera/vim-javascript-syntax/"; 15597 }; 15598 15599 + vim-jetpack = buildVimPlugin { 15600 + pname = "vim-jetpack"; 15601 + version = "2024-04-10"; 15602 + src = fetchFromGitHub { 15603 + owner = "tani"; 15604 + repo = "vim-jetpack"; 15605 + rev = "2ae7300f774cf1692bdb49c47c8c3ff15dd8d9b5"; 15606 + sha256 = "1vml4asdapkgz0fl2yqry158mz7b71fjlyxsrm04mazr5q53vgq0"; 15607 + }; 15608 + meta.homepage = "https://github.com/tani/vim-jetpack/"; 15609 + }; 15610 + 15611 vim-jinja = buildVimPlugin { 15612 pname = "vim-jinja"; 15613 version = "2021-08-26";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 1295 https://github.com/artur-shaik/vim-javacomplete2/,, 1296 https://github.com/pangloss/vim-javascript/,, 1297 https://github.com/jelera/vim-javascript-syntax/,, 1298 https://github.com/lepture/vim-jinja/,, 1299 https://github.com/seirl/vim-jinja-languages/,HEAD, 1300 https://github.com/avm99963/vim-jjdescription/,HEAD,
··· 1295 https://github.com/artur-shaik/vim-javacomplete2/,, 1296 https://github.com/pangloss/vim-javascript/,, 1297 https://github.com/jelera/vim-javascript-syntax/,, 1298 + https://github.com/tani/vim-jetpack/,HEAD, 1299 https://github.com/lepture/vim-jinja/,, 1300 https://github.com/seirl/vim-jinja-languages/,HEAD, 1301 https://github.com/avm99963/vim-jjdescription/,HEAD,