vimPlugins.blame-nvim: init at 2025-04-16 (#438191)

This commit is contained in:
Gaétan Lepage
2025-08-29 11:48:46 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -1492,6 +1492,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
blame-nvim = buildVimPlugin {
pname = "blame.nvim";
version = "2025-04-16";
src = fetchFromGitHub {
owner = "FabijanZulj";
repo = "blame.nvim";
rev = "b87b8c820e4cec06fbbd2f946b7b35c45906ee0c";
sha256 = "0wx8n4nsk4dw1543d4plg4f8hzhrs8scpp7shrjgsn28ndkrx25z";
};
meta.homepage = "https://github.com/FabijanZulj/blame.nvim/";
meta.hydraPlatforms = [ ];
};
blamer-nvim = buildVimPlugin {
pname = "blamer.nvim";
version = "2023-09-19";
@@ -113,6 +113,7 @@ https://github.com/vim-scripts/bats.vim/,,
https://github.com/rbgrouleff/bclose.vim/,,
https://github.com/max397574/better-escape.nvim/,,
https://github.com/LunarVim/bigfile.nvim/,,
https://github.com/FabijanZulj/blame.nvim/,HEAD,
https://github.com/APZelos/blamer.nvim/,HEAD,
https://github.com/Kaiser-Yang/blink-cmp-avante/,HEAD,
https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD,