Loading pkgs/applications/editors/vim/plugins/overrides.nix +0 −5 Original line number Diff line number Diff line Loading @@ -1499,11 +1499,6 @@ 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/overrides.nix +0 −5 Original line number Diff line number Diff line Loading @@ -1499,11 +1499,6 @@ 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