vimPlugins.vim-tpipeline: init at 2021-02-19
This commit is contained in:
parent
938cc338eb
commit
744679ddfe
@ -7914,6 +7914,18 @@ let
|
|||||||
meta.homepage = "https://github.com/cespare/vim-toml/";
|
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 {
|
vim-trailing-whitespace = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-trailing-whitespace";
|
pname = "vim-trailing-whitespace";
|
||||||
version = "2020-11-18";
|
version = "2020-11-18";
|
||||||
|
@ -679,6 +679,7 @@ vim-utils/vim-husk
|
|||||||
Vimjas/vim-python-pep8-indent
|
Vimjas/vim-python-pep8-indent
|
||||||
vimlab/split-term.vim
|
vimlab/split-term.vim
|
||||||
vimoutliner/vimoutliner
|
vimoutliner/vimoutliner
|
||||||
|
vimpostor/vim-tpipeline
|
||||||
vimwiki/vimwiki
|
vimwiki/vimwiki
|
||||||
vito-c/jq.vim
|
vito-c/jq.vim
|
||||||
vmchale/ats-vim
|
vmchale/ats-vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user