mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
vimPlugins.vim-smartbd: init at 2015-12-20
This commit is contained in:
parent
35a15c9c9a
commit
5c91a46cc0
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user