We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60556b5 commit 01b7101Copy full SHA for 01b7101
plugins/by-name/render-markdown/default.nix
@@ -16,7 +16,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
16
settingsOptions = {
17
preset = defaultNullOpts.mkStr "none" ''
18
Allows you to set many different non default options with a single value.
19
- You can view the values for these [here](https://github.com/MeanderingProgrammer/render-markdown.nvim/blob/main/lua/render-markdown/presets.lua).
+ You can view the values for these [here](https://github.com/MeanderingProgrammer/render-markdown.nvim/blob/main/lua/render-markdown/lib/presets.lua).
20
'';
21
22
enabled = defaultNullOpts.mkBool true ''
0 commit comments