From 17030137a7ab230d07deb6fdebb4cddc7d8e576d Mon Sep 17 00:00:00 2001 From: Pierre Labadens Date: Tue, 6 Apr 2021 23:13:59 +0200 Subject: [PATCH] vimPlugins: add taskwiki --- pkgs/misc/vim-plugins/generated.nix | 12 ++++++++++++ pkgs/misc/vim-plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix index b67726cd5830..bc995504e80f 100644 --- a/pkgs/misc/vim-plugins/generated.nix +++ b/pkgs/misc/vim-plugins/generated.nix @@ -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"; diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names index f180ba419f3d..586dfeeebafe 100644 --- a/pkgs/misc/vim-plugins/vim-plugin-names +++ b/pkgs/misc/vim-plugins/vim-plugin-names @@ -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