We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When opening an empty tex file nvim-notify raises the following error
...m/lazy/nvim-notify/lua/notify/render/wrapped-default.lua:80: Invalid 'col': out of range
I went to source code of the renderer and changed strict mode in nvim_buf_set_extmark function to false and that fixed the issue so far.
Neovim version: 0.10.2-2 Nvim-notify version: 3.14.0
The text was updated successfully, but these errors were encountered:
fix(wrapped-compact): fix "wrapped-default.lua:80: Invalid 'col': out…
bde86fd
… of range" close rcarriga#303
fix(wrapped-compact): fix Invalid 'col': out of range
84d3ce6
ref to rcarriga#303
fix(wrapped-compact): fix Invalid 'col': out of range (#310)
c379719
ref to #303
No branches or pull requests
When opening an empty tex file nvim-notify raises the following error
I went to source code of the renderer and changed strict mode in nvim_buf_set_extmark function to false and that fixed the issue so far.
Neovim version: 0.10.2-2
Nvim-notify version: 3.14.0
The text was updated successfully, but these errors were encountered: