Loading pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ , statix , stylish-haskell , tabnine , taskwarrior , tmux , tup , vim Loading Loading @@ -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 ]; }); Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ , statix , stylish-haskell , tabnine , taskwarrior , tmux , tup , vim Loading Loading @@ -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 ]; }); Loading