You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This showed up whenever I opened hover doc for lsp
Error executing vim.schedule lua callback: ...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:82: bad argument #1 to 'ipairs' (table expected, got nil)
stack traceback:
[C]: in function 'ipairs'
...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:82: in function 'refresh'
...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:32: in function <...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:30>
Neovim version (nvim -v)
NVIM v0.10.0 Build type: Release LuaJIT 2.1.1713484068
Operating system
Arch Linux
Terminal emulator / GUI
Windows Terminal Wsl2
Describe the bug
Hey mate, first of all, love this plugin.
This showed up whenever I opened hover doc for lsp

Error executing vim.schedule lua callback: ...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:82: bad argument #1 to 'ipairs' (table expected, got nil)
stack traceback:
[C]: in function 'ipairs'
...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:82: in function 'refresh'
...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:32: in function <...are/nvim/lazy/render-markdown/lua/render-markdown/ui.lua:30>
Expected behavior
Lsp hover doc popped up without any errors
Healthcheck output (:checkhealth render-markdown)
==============================================================================
render-markdown: require("render-markdown.health").check()
markdown.nvim [neovim version] ~
markdown.nvim [configuration] ~
markdown.nvim [nvim-treesitter] ~
markdown.nvim [executables] ~
Additional information
No response
The text was updated successfully, but these errors were encountered: