vimPlugins.vim-buftabline: init at 2020-12-13 (#456435)

This commit is contained in:
Gaétan Lepage
2025-10-28 16:55:12 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -17004,6 +17004,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
vim-buftabline = buildVimPlugin {
pname = "vim-buftabline";
version = "2020-12-13";
src = fetchFromGitHub {
owner = "ap";
repo = "vim-buftabline";
rev = "73b9ef5dcb6cdf6488bc88adb382f20bc3e3262a";
sha256 = "1vs4km7fb3di02p0771x42y2bsn1hi4q6iwlbrj0imacd9affv5y";
};
meta.homepage = "https://github.com/ap/vim-buftabline/";
meta.hydraPlatforms = [ ];
};
vim-caddyfile = buildVimPlugin {
pname = "vim-caddyfile";
version = "2025-07-22";
@@ -1305,6 +1305,7 @@ https://github.com/mtikekar/vim-bsv/,,
https://github.com/jeetsukumaran/vim-buffergator/,,
https://github.com/bling/vim-bufferline/,,
https://github.com/qpkorr/vim-bufkill/,,
https://github.com/ap/vim-buftabline/,HEAD,
https://github.com/isobit/vim-caddyfile/,HEAD,
https://github.com/tpope/vim-capslock/,,
https://github.com/kristijanhusak/vim-carbon-now-sh/,,