mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-05 04:21:52 +00:00
languages/markdown: remove invalid key from render-markdown setupOpts
This commit is contained in:
parent
6ab36bbd1c
commit
ae23c34be1
1 changed files with 1 additions and 8 deletions
|
@ -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" {};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue