From 6ab36bbd1c7c92fa5bcab600f7cc7b4b99f57b96 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 2 Apr 2025 02:59:11 +0300 Subject: [PATCH 1/2] pins: bump render-markdown.nvim --- npins/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index a1388f6f..74dc20c8 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -2097,9 +2097,9 @@ }, "branch": "main", "submodules": false, - "revision": "a1fc4e559252baa128c471adadf0be045abd542d", - "url": "https://github.com/MeanderingProgrammer/render-markdown.nvim/archive/a1fc4e559252baa128c471adadf0be045abd542d.tar.gz", - "hash": "0n9zis5jf7khjdmc622g40is5yjsqkxph64mldpd3q8ka64yaib1" + "revision": "6b66c32364cd3e6101d37fd71ba4c6fbb2eddfda", + "url": "https://github.com/MeanderingProgrammer/render-markdown.nvim/archive/6b66c32364cd3e6101d37fd71ba4c6fbb2eddfda.tar.gz", + "hash": "0hlsxh1bjfmzb4vh87631nbi0xl1svs9qdkb3id6ybks8n4qb9jw" }, "rose-pine": { "type": "Git", From ae23c34be1e358f28b9cb54f304bcf4cb9ae28f8 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 2 Apr 2025 02:59:33 +0300 Subject: [PATCH 2/2] languages/markdown: remove invalid key from render-markdown setupOpts --- modules/plugins/languages/markdown.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/plugins/languages/markdown.nix b/modules/plugins/languages/markdown.nix index 2447aba0..62081549 100644 --- a/modules/plugins/languages/markdown.nix +++ b/modules/plugins/languages/markdown.nix @@ -114,17 +114,10 @@ in { [render-markdown.nvim]: https://github.com/MeanderingProgrammer/render-markdown.nvim Inline Markdown rendering with [render-markdown.nvim] - ''; }; - setupOpts = mkPluginSetupOption "render-markdown" { - auto_override_publish_diagnostics = mkOption { - description = "Automatically override the publish_diagnostics handler"; - type = bool; - default = true; - }; - }; + setupOpts = mkPluginSetupOption "render-markdown" {}; }; };