mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
vimPlugins.vim-smartbw: init at 2015-12-20
This commit is contained in:
parent
b058d663c8
commit
35a15c9c9a
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user