vimPlugins.vim-pony: init at 2018-07-27

This commit is contained in:
fruit-in 2020-12-10 03:38:48 +08:00 committed by Jonathan Ringer
parent 444dcaf6d5
commit 08586b5fa9
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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