Merge pull request #260055 from heywoodlh/vim-pets

vimPlugins.vim-pets: init
This commit is contained in:
Gaétan Lepage 2024-08-22 20:04:22 +02:00 committed by GitHub
commit 3a63fea3aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -15173,6 +15173,18 @@ final: prev:
meta.homepage = "https://github.com/preservim/vim-pencil/";
};
vim-pets = buildVimPlugin {
pname = "vim-pets";
version = "2024-07-26";
src = fetchFromGitHub {
owner = "MeF0504";
repo = "vim-pets";
rev = "17d33f160c8fd3fb6492e7cd76f397ddaa26ad8d";
sha256 = "0zn6kf088kqfdf5y0x6sd8rr3skrjwppsdfxmf044qk1h07lcgcc";
};
meta.homepage = "https://github.com/MeF0504/vim-pets/";
};
vim-phabricator = buildVimPlugin {
pname = "vim-phabricator";
version = "2021-11-06";

View File

@ -1278,6 +1278,7 @@ https://github.com/sickill/vim-pasta/,,
https://github.com/tpope/vim-pathogen/,,
https://github.com/junegunn/vim-peekaboo/,,
https://github.com/preservim/vim-pencil/,,
https://github.com/MeF0504/vim-pets/,HEAD,
https://github.com/jparise/vim-phabricator/,,
https://github.com/justinj/vim-pico8-syntax/,,
https://github.com/junegunn/vim-plug/,,