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
Describe the bug
Sometimes working with small Neovim terminal windows and moving the cursor
raises this error:
Error detected while processing CursorMoved Autocommands for "<buffer=1>":
Error executing lua callback: ...ectos/Neovim/dashboard-nvim/lua/dashboard/theme/doom.lua:142: Column value outside range
stack traceback:
[C]: in function 'nvim_win_set_cursor'
...ectos/Neovim/dashboard-nvim/lua/dashboard/theme/doom.lua:142: in function <...ectos/Neovim/dashboard-nvim/lua/dashboard/theme/doom.lua:119>
To Reproduce
In a small terminal window, the font and window size is key here. In the
video font is at 15pt and 68 x 33 characters size.
First open neovim and move the cursor.
Move the cursor to an entry with a multirow character icon. Works fine
Resize the window to a smaller size
Resize the window back to the previous working size
Move the cursor to the same entry. Raise the error.
Check the video:
simplescreenrecorder-2024-06-10_11.35.22.mp4
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes working with small Neovim terminal windows and moving the cursor
raises this error:
To Reproduce
video font is at 15pt and 68 x 33 characters size.
Check the video:
simplescreenrecorder-2024-06-10_11.35.22.mp4
The text was updated successfully, but these errors were encountered: