vimPlugins.vim-tpipeline: init at 2021-02-19

wip/yesman
Vincent Haupert 3 years ago
parent 938cc338eb
commit 744679ddfe
No known key found for this signature in database
GPG Key ID: A8B605E96F82B4E4
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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…
Cancel
Save