Loading pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1498,6 +1498,11 @@ dependencies = with self; [ nvim-treesitter plenary-nvim ]; }; render-markdown-nvim = super.render-markdown-nvim.overrideAttrs { dependencies = with self; [ nvim-treesitter ]; nvimRequireCheck = "render-markdown"; }; # needs "http" and "json" treesitter grammars too rest-nvim = super.rest-nvim.overrideAttrs { dependencies = with self; [ Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1498,6 +1498,11 @@ dependencies = with self; [ nvim-treesitter plenary-nvim ]; }; render-markdown-nvim = super.render-markdown-nvim.overrideAttrs { dependencies = with self; [ nvim-treesitter ]; nvimRequireCheck = "render-markdown"; }; # needs "http" and "json" treesitter grammars too rest-nvim = super.rest-nvim.overrideAttrs { dependencies = with self; [ Loading