Merge pull request #118695 from plabadens/vim-plugin-taskwiki

vimPlugins: add taskwiki
This commit is contained in:
Sandro 2021-04-07 01:29:37 +02:00 committed by GitHub
commit c48c82c801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -4344,6 +4344,18 @@ let
meta.homepage = "https://github.com/wellle/targets.vim/";
};
taskwiki = buildVimPluginFrom2Nix {
pname = "taskwiki";
version = "2021-04-03";
src = fetchFromGitHub {
owner = "tools-life";
repo = "taskwiki";
rev = "23a3c20a7d5185700e1e6504c3808cfa9eff78d4";
sha256 = "0jwb4hcyqwpjaxlissvi69d6fx4dwb7ypdigc2w5hnhfw8nv0kb1";
};
meta.homepage = "https://github.com/tools-life/taskwiki/";
};
tcomment_vim = buildVimPluginFrom2Nix {
pname = "tcomment_vim";
version = "2021-03-31";

View file

@ -608,6 +608,7 @@ tommcdo/vim-lion
tommcdo/vim-ninja-feet
tomtom/tcomment_vim
tomtom/tlib_vim
tools-life/taskwiki
tpope/vim-abolish
tpope/vim-capslock
tpope/vim-commentary