Merge pull request #118695 from plabadens/vim-plugin-taskwiki
vimPlugins: add taskwiki
This commit is contained in:
commit
c48c82c801
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue