forked from mirrors/nixpkgs
vimPlugins: add tridactyl/vim-tridactyl
This commit is contained in:
parent
527fd33cc9
commit
fbc52015b6
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue