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

This commit is contained in:
Tom Wieland 2023-02-03 17:11:08 +01:00
parent b058d663c8
commit 35a15c9c9a
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-smartbw = buildVimPluginFrom2Nix {
pname = "vim-smartbw";
version = "2015-12-20";
src = fetchFromGitHub {
owner = "Industrial";
repo = "vim-smartbw";
rev = "8091e5e452f63b10d4c9eacf0cc84cba394148f7";
sha256 = "08i8qyqahj2jv44pay7bi2dxajhsrx244i44v53y4iiddps6smxn";
};
meta.homepage = "https://github.com/Industrial/vim-smartbw/";
};
vim-smoothie = buildVimPluginFrom2Nix {
pname = "vim-smoothie";
version = "2022-06-10";

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-smartbw/,HEAD,
https://github.com/psliwka/vim-smoothie/,,
https://github.com/bohlender/vim-smt2/,,
https://github.com/justinmk/vim-sneak/,,