mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 03:35:21 +02:00
render-markdown: correct link to docs
This commit is contained in:
parent
60556b5df9
commit
01b7101bdc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
settingsOptions = {
|
||||
preset = defaultNullOpts.mkStr "none" ''
|
||||
Allows you to set many different non default options with a single value.
|
||||
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).
|
||||
'';
|
||||
|
||||
enabled = defaultNullOpts.mkBool true ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue