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
After sourcing this configuration, executing :lua vim.notify 'a' gives a bad argument error:
E5108: Error executing lua .../start/nvim-notify/lua/notify/render/wrapped-compact.lua:17: bad argument #1 to 'sub' (number expected, got nil)
stack traceback:
[C]: in function 'sub'
.../start/nvim-notify/lua/notify/render/wrapped-compact.lua:17: in function 'split_length'
.../start/nvim-notify/lua/notify/render/wrapped-compact.lua:28: in function 'custom_wrap'
.../start/nvim-notify/lua/notify/render/wrapped-compact.lua:49: in function 'render'
...ker/start/nvim-notify/lua/notify/service/buffer/init.lua:107: in function 'render'
...ack/packer/start/nvim-notify/lua/notify/service/init.lua:53: in function 'push'
...te/pack/packer/start/nvim-notify/lua/notify/instance.lua:77: in function 'notify'
[string ":lua"]:1: in main chunk
All the other built-in renders have not caused any problems so far.
The text was updated successfully, but these errors were encountered:
Hi, I'm on macOS, using NVIM v0.9.2 on iTerm2.
Minimal reproducible configuration:
After sourcing this configuration, executing
:lua vim.notify 'a'
gives a bad argument error:All the other built-in renders have not caused any problems so far.
The text was updated successfully, but these errors were encountered: