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

authored by

Gaétan Lepage and committed by
GitHub
ada2de41 880eb0d5

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 1492 1492 meta.hydraPlatforms = [ ]; 1493 1493 }; 1494 1494 1495 + blame-nvim = buildVimPlugin { 1496 + pname = "blame.nvim"; 1497 + version = "2025-04-16"; 1498 + src = fetchFromGitHub { 1499 + owner = "FabijanZulj"; 1500 + repo = "blame.nvim"; 1501 + rev = "b87b8c820e4cec06fbbd2f946b7b35c45906ee0c"; 1502 + sha256 = "0wx8n4nsk4dw1543d4plg4f8hzhrs8scpp7shrjgsn28ndkrx25z"; 1503 + }; 1504 + meta.homepage = "https://github.com/FabijanZulj/blame.nvim/"; 1505 + meta.hydraPlatforms = [ ]; 1506 + }; 1507 + 1495 1508 blamer-nvim = buildVimPlugin { 1496 1509 pname = "blamer.nvim"; 1497 1510 version = "2023-09-19";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 113 113 https://github.com/rbgrouleff/bclose.vim/,, 114 114 https://github.com/max397574/better-escape.nvim/,, 115 115 https://github.com/LunarVim/bigfile.nvim/,, 116 + https://github.com/FabijanZulj/blame.nvim/,HEAD, 116 117 https://github.com/APZelos/blamer.nvim/,HEAD, 117 118 https://github.com/Kaiser-Yang/blink-cmp-avante/,HEAD, 118 119 https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD,