Skip to content

Commit 01b7101

Browse files
auipgaMattSturgeon
authored andcommitted
render-markdown: correct link to docs
1 parent 60556b5 commit 01b7101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/render-markdown/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
1616
settingsOptions = {
1717
preset = defaultNullOpts.mkStr "none" ''
1818
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).
19+
You can view the values for these [here](https://github.com/MeanderingProgrammer/render-markdown.nvim/blob/main/lua/render-markdown/lib/presets.lua).
2020
'';
2121

2222
enabled = defaultNullOpts.mkBool true ''

0 commit comments

Comments
 (0)