3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins: add tridactyl/vim-tridactyl

This commit is contained in:
Sandro Jäckel 2022-11-01 21:53:00 +01:00
parent 527fd33cc9
commit fbc52015b6
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 13 additions and 0 deletions

View file

@ -12478,6 +12478,18 @@ final: prev:
meta.homepage = "https://github.com/bronson/vim-trailing-whitespace/";
};
vim-tridactyl = buildVimPluginFrom2Nix {
pname = "vim-tridactyl";
version = "2022-02-10";
src = fetchFromGitHub {
owner = "tridactyl";
repo = "vim-tridactyl";
rev = "f2eaa5d32614f6c35dad268dd4ed7ff33cae5070";
sha256 = "139kl89k5alh8bpa4wywsmvjnxlxzsdbhxn2w8rvclhwgrhkzvgd";
};
meta.homepage = "https://github.com/tridactyl/vim-tridactyl/";
};
vim-tsx = buildVimPluginFrom2Nix {
pname = "vim-tsx";
version = "2017-03-16";

View file

@ -1047,6 +1047,7 @@ https://github.com/milkypostman/vim-togglelist/,,
https://github.com/cespare/vim-toml/,,
https://github.com/vimpostor/vim-tpipeline/,,
https://github.com/bronson/vim-trailing-whitespace/,,
https://github.com/tridactyl/vim-tridactyl/,HEAD,
https://github.com/ianks/vim-tsx/,,
https://github.com/lumiliet/vim-twig/,,
https://github.com/sodapopcan/vim-twiggy/,,