vimPlugins.hlchunk-nvim: init at 2024-11-23 (#376315)

authored by Gaétan Lepage and committed by GitHub 1a241fd2 fd4b8f2b

+14 -1
+13 -1
pkgs/applications/editors/vim/plugins/generated.nix
··· 5219 5219 meta.homepage = "https://github.com/pimalaya/himalaya-vim/"; 5220 5220 }; 5221 5221 5222 + hlchunk-nvim = buildVimPlugin { 5223 + pname = "hlchunk.nvim"; 5224 + version = "2024-11-23"; 5225 + src = fetchFromGitHub { 5226 + owner = "shellRaining"; 5227 + repo = "hlchunk.nvim"; 5228 + rev = "5465dd33ade8676d63f6e8493252283060cd72ca"; 5229 + sha256 = "0vksi1idliaxk5l3hksfhhbps4sw6d8lk58m5ja4wrnmjxz5b5bz"; 5230 + }; 5231 + meta.homepage = "https://github.com/shellRaining/hlchunk.nvim/"; 5232 + }; 5233 + 5222 5234 hlint-refactor-vim = buildVimPlugin { 5223 5235 pname = "hlint-refactor-vim"; 5224 5236 version = "2015-12-05"; ··· 10458 10470 meta.homepage = "https://github.com/salkin-mada/openscad.nvim/"; 10459 10471 }; 10460 10472 10461 - orgmode = buildVimPlugin { 10473 + orgmode = buildNeovimPlugin { 10462 10474 pname = "orgmode"; 10463 10475 version = "2025-01-19"; 10464 10476 src = fetchFromGitHub {
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 432 432 https://github.com/Yggdroot/hiPairs/,, 433 433 https://github.com/tzachar/highlight-undo.nvim/,HEAD, 434 434 https://github.com/pimalaya/himalaya-vim/,, 435 + https://github.com/shellRaining/hlchunk.nvim/,HEAD, 435 436 https://github.com/mpickering/hlint-refactor-vim/,, 436 437 https://github.com/calops/hmts.nvim/,, 437 438 https://github.com/edluffy/hologram.nvim/,,