Commit 582fb992 authored by Doron Behar's avatar Doron Behar
Browse files

vimPlugins.taskwarrior: init at 2.6.2

parent 6a716cab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 ];
  });