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
Hi, and first off, thank you for the fantastic plugin! Since recent update, I've started encountering the error message below. From my investigation, it seems this issue began appearing following a specific commit a1b893c.
Error executing vim.schedule lua callback: .../.local/share/nvim/lazy/dropbar.nvim/lua/dropbar/bar.lua:220: attempt to concatenate field 'icon' (a nil value)
stack traceback:
.../.local/share/nvim/lazy/dropbar.nvim/lua/dropbar/bar.lua:220: in function 'cat'
.../.local/share/nvim/lazy/dropbar.nvim/lua/dropbar/bar.lua:491: in function 'cat'
.../.local/share/nvim/lazy/dropbar.nvim/lua/dropbar/bar.lua:409: in function 'displaywidth'
.../.local/share/nvim/lazy/dropbar.nvim/lua/dropbar/bar.lua:421: in function 'truncate'
.../.local/share/nvim/lazy/dropbar.nvim/lua/dropbar/bar.lua:505: in function 'redraw'
.../.local/share/nvim/lazy/dropbar.nvim/lua/dropbar/bar.lua:576: in function ''
vim/_editor.lua: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Description
Hi, and first off, thank you for the fantastic plugin! Since recent update, I've started encountering the error message below. From my investigation, it seems this issue began appearing following a specific commit a1b893c.
nvim version
NVIM v0.10.2
dropbar.nvim version
a1b893c
Operating system and version
macOS 14.7
Minimal config
Steps to reproduce
minimal.lua
Expected behavior
No error
Actual behavior
The error message appears whenever any file is opened.
Additional information
No response
The text was updated successfully, but these errors were encountered: