vimPlugins.taskwarrior: init at 2.6.2

This commit is contained in:
Doron Behar
2023-03-05 18:38:41 +02:00
parent 6a716cabeb
commit 582fb99276
@@ -39,6 +39,7 @@
, statix
, stylish-haskell
, tabnine
, taskwarrior
, tmux
, tup
, vim
@@ -894,6 +895,10 @@ self: super: {
};
});
taskwarrior = buildVimPluginFrom2Nix {
inherit (taskwarrior) version pname;
src = "${taskwarrior.src}/scripts/vim";
};
telescope-cheat-nvim = super.telescope-cheat-nvim.overrideAttrs (old: {
dependencies = with self; [ sqlite-lua telescope-nvim ];
});