vimPlugins.vim-tpipeline: init at 2021-02-19
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user