vimPlugins: add taskwiki

This commit is contained in:
Pierre Labadens 2021-04-06 23:13:59 +02:00
parent c0b9713178
commit 17030137a7
No known key found for this signature in database
GPG Key ID: F55814E4D6874375
2 changed files with 13 additions and 0 deletions

View File

@ -4320,6 +4320,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-29";

View File

@ -606,6 +606,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