mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
vimPlugins.vim-tpipeline: init at 2021-02-19
This commit is contained in:
parent
938cc338eb
commit
744679ddfe
2 changed files with 13 additions and 0 deletions
|
@ -7914,6 +7914,18 @@ let
|
|||
meta.homepage = "https://github.com/cespare/vim-toml/";
|
||||
};
|
||||
|
||||
vim-tpipeline = buildVimPluginFrom2Nix {
|
||||
pname = "vim-tpipeline";
|
||||
version = "2021-02-19";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vimpostor";
|
||||
repo = "vim-tpipeline";
|
||||
rev = "753c64f356da0e1bed43ce0b9e8923b1e9fc0670";
|
||||
sha256 = "06j03r6hqb72ahmdpwxxys9nw86b8c63zsxhrlngzqa5z02z6k9c";
|
||||
};
|
||||
meta.homepage = "https://github.com/vimpostor/vim-tpipeline/";
|
||||
};
|
||||
|
||||
vim-trailing-whitespace = buildVimPluginFrom2Nix {
|
||||
pname = "vim-trailing-whitespace";
|
||||
version = "2020-11-18";
|
||||
|
|
|
@ -679,6 +679,7 @@ vim-utils/vim-husk
|
|||
Vimjas/vim-python-pep8-indent
|
||||
vimlab/split-term.vim
|
||||
vimoutliner/vimoutliner
|
||||
vimpostor/vim-tpipeline
|
||||
vimwiki/vimwiki
|
||||
vito-c/jq.vim
|
||||
vmchale/ats-vim
|
||||
|
|
Loading…
Reference in a new issue