Skip to content

Commit

Permalink
vimPlugins.hlchunk-nvim: init at 2024-11-23
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Lepage committed Jan 24, 2025
1 parent d26300c commit cb4ebf9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5219,6 +5219,18 @@ final: prev:
meta.homepage = "https://github.com/pimalaya/himalaya-vim/";
};

hlchunk-nvim = buildVimPlugin {
pname = "hlchunk.nvim";
version = "2024-11-23";
src = fetchFromGitHub {
owner = "shellRaining";
repo = "hlchunk.nvim";
rev = "5465dd33ade8676d63f6e8493252283060cd72ca";
sha256 = "0vksi1idliaxk5l3hksfhhbps4sw6d8lk58m5ja4wrnmjxz5b5bz";
};
meta.homepage = "https://github.com/shellRaining/hlchunk.nvim/";
};

hlint-refactor-vim = buildVimPlugin {
pname = "hlint-refactor-vim";
version = "2015-12-05";
Expand Down Expand Up @@ -10458,7 +10470,7 @@ final: prev:
meta.homepage = "https://github.com/salkin-mada/openscad.nvim/";
};

orgmode = buildVimPlugin {
orgmode = buildNeovimPlugin {
pname = "orgmode";
version = "2025-01-19";
src = fetchFromGitHub {
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ https://github.com/RaafatTurki/hex.nvim/,HEAD,
https://github.com/Yggdroot/hiPairs/,,
https://github.com/tzachar/highlight-undo.nvim/,HEAD,
https://github.com/pimalaya/himalaya-vim/,,
https://github.com/shellRaining/hlchunk.nvim/,HEAD,
https://github.com/mpickering/hlint-refactor-vim/,,
https://github.com/calops/hmts.nvim/,,
https://github.com/edluffy/hologram.nvim/,,
Expand Down

0 comments on commit cb4ebf9

Please sign in to comment.