Loading pkgs/applications/editors/vim/plugins/generated.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18432,8 +18432,8 @@ final: prev: meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/"; }; render-markdown = buildVimPlugin { pname = "render-markdown"; render-markdown-nvim = buildVimPlugin { pname = "render-markdown.nvim"; version = "2024-09-15"; src = fetchFromGitHub { owner = "MeanderingProgrammer"; pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1501,6 +1501,11 @@ in 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/generated.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18432,8 +18432,8 @@ final: prev: meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/"; }; render-markdown = buildVimPlugin { pname = "render-markdown"; render-markdown-nvim = buildVimPlugin { pname = "render-markdown.nvim"; version = "2024-09-15"; src = fetchFromGitHub { owner = "MeanderingProgrammer";
pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1501,6 +1501,11 @@ in 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