MeanderingProgrammer / render-markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
1.73k stars 38 forks source link

bug: Error on render when including options in markdown.lua file #53

Closed moonlinx closed 4 months ago

moonlinx commented 4 months ago

Neovim version (nvim -v)

0.10.0

Operating system

MacOS

Terminal emulator / GUI

Wezterm

Describe the bug

I updated to the latest version of your markdown.nvim in lazyvim and when I input the plugin like the lazy.nvim instructions, everything works fine. But the moment I add any the setups to change anything, it fails and hands me a rendering error.

issue@2x

Expected behavior

Looking for the plugin to render the correct display once I exit out of insert mode

Healthcheck output (:checkhealth render-markdown)



render-markdown: require("render-markdown.health").check()

markdown.nvim [nvim-treesitter] ~

markdown.nvim [executables] ~

markdown.nvim [configuration] ~

Additional information

No response

moonlinx commented 4 months ago

I saw the breaking changes and fixed the issue. My apologies

MeanderingProgrammer commented 4 months ago

No worries, totally understandable!

Did you have any problems getting things working again? Just wanted to double check if the fixes made sense and worked or if I missed anything.

moonlinx commented 4 months ago

No worries, totally understandable!

Did you have any problems getting things working again? Just wanted to double check if the fixes made sense and worked or if I missed anything.

Yes, the fixes made sense. Once I noticed and made the necessary changes then everything turned out fine. Seems that I was a bit impatient is all lol. Thank you for the follow up and for what you do with this plugin. It is amazing. I will continue to support however I can.

MeanderingProgrammer commented 4 months ago

Thank you for the kind words :)

Glad you are liking the plugin!