vimPlugins: add taskwiki
This commit is contained in:
parent
c0b9713178
commit
17030137a7
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user