diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 7ae95ec948ec..140a3b317ce9 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -719,7 +719,10 @@ self: super: { # needs "http" and "json" treesitter grammars too rest-nvim = super.rest-nvim.overrideAttrs (old: { - dependencies = with self; [ plenary-nvim ]; + dependencies = with self; [ + plenary-nvim + (nvim-treesitter.withPlugins (p: [ p.http p.json ])) + ]; }); skim = buildVimPluginFrom2Nix {