forked from mirrors/nixpkgs
vimPlugins.vim-pony: init at 2018-07-27
This commit is contained in:
parent
444dcaf6d5
commit
08586b5fa9
|
@ -6363,6 +6363,18 @@ let
|
|||
meta.homepage = "https://github.com/sheerun/vim-polyglot/";
|
||||
};
|
||||
|
||||
vim-pony = buildVimPluginFrom2Nix {
|
||||
pname = "vim-pony";
|
||||
version = "2018-07-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jakwings";
|
||||
repo = "vim-pony";
|
||||
rev = "b26f01a869000b73b80dceabd725d91bfe175b75";
|
||||
sha256 = "0if8g94m3xmpda80byfxs649w2is9ah1k8v3028nblan73zlc8x8";
|
||||
};
|
||||
meta.homepage = "https://github.com/jakwings/vim-pony/";
|
||||
};
|
||||
|
||||
vim-poweryank = buildVimPluginFrom2Nix {
|
||||
pname = "vim-poweryank";
|
||||
version = "2017-08-13";
|
||||
|
|
|
@ -178,6 +178,7 @@ itchyny/vim-gitbranch
|
|||
ivanov/vim-ipython
|
||||
jackguo380/vim-lsp-cxx-highlight
|
||||
jacoborus/tender.vim
|
||||
jakwings/vim-pony
|
||||
jaredgorski/SpaceCamp
|
||||
jaxbot/semantic-highlight.vim
|
||||
JazzCore/ctrlp-cmatcher
|
||||
|
|
Loading…
Reference in a new issue