vimPlugins.blame-nvim: init at 2025-04-16
This commit is contained in:
@@ -1479,6 +1479,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";
|
||||
|
||||
@@ -112,6 +112,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,
|
||||
|
||||
Reference in New Issue
Block a user