help: Error executing vim.schedule
in extmark.lua
: "Invalid chunk: expected Array with 1 or 2 Strings"
#364
Labels
question
Further information is requested
Neovim version (nvim -v)
v0.10.2
Neovim distribution
LazyVim
Description
Error executing
vim.schedule
inextmark.lua
: "Invalid chunk: expected Array with 1 or 2 Strings"Description:
While using the
render-markdown.nvim
plugin, I encountered the following error:Steps to Reproduce:
My Configuration (
~/.config/nvim/lua/plugins/markdown.lua
):This error seems to be related to the
nvim_buf_set_extmark
function, which expects an array with one or two strings but is receiving a different value.I have tried updating all plugins and verifying the configuration, but the issue persists. Any help in resolving this would be greatly appreciated.
Relevant Code (extmark.lua)
~/.local/share/nvim/lazy/render-markdown.nvim/lua/render-markdown/core/extmark.lua
The text was updated successfully, but these errors were encountered: