vimPlugins.vim-smartbd: init at 2015-12-20

This commit is contained in:
Tom Wieland 2023-02-03 17:12:10 +01:00
parent 35a15c9c9a
commit 5c91a46cc0
2 changed files with 13 additions and 0 deletions

View File

@ -12524,6 +12524,18 @@ final: prev:
meta.homepage = "https://github.com/t9md/vim-smalls/";
};
vim-smartbd = buildVimPluginFrom2Nix {
pname = "vim-smartbd";
version = "2015-12-20";
src = fetchFromGitHub {
owner = "Industrial";
repo = "vim-smartbd";
rev = "62c267401f634d4f8f65933c812469610ba505ea";
sha256 = "0a4ls93bgy5r7ar3r60zgdn2jzdkk10wrws14lw2xl8yg65rc0mg";
};
meta.homepage = "https://github.com/Industrial/vim-smartbd/";
};
vim-smartbw = buildVimPluginFrom2Nix {
pname = "vim-smartbw";
version = "2015-12-20";

View File

@ -1051,6 +1051,7 @@ https://github.com/tpope/vim-sleuth/,,
https://github.com/jpalardy/vim-slime/,,
https://github.com/mzlogin/vim-smali/,,
https://github.com/t9md/vim-smalls/,,
https://github.com/Industrial/vim-smartbd/,HEAD,
https://github.com/Industrial/vim-smartbw/,HEAD,
https://github.com/psliwka/vim-smoothie/,,
https://github.com/bohlender/vim-smt2/,,