languages/markdown: remove invalid key from render-markdown setupOpts

This commit is contained in:
raf 2025-04-02 02:59:33 +03:00
parent 6ab36bbd1c
commit ae23c34be1
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -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" {};
};
};