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
It's not a bug or issue with edgy.nvim but with Symbols Outline.
The toggle functionality on SymbolsOutline keeps crashing after first open with the following error:
Error executing lua callback: ...e/nvim/lazy/symbols-outline.nvim/lua/symbols-outline.lua:208: Cursor position outside buffer
stack traceback:
[C]: in function 'nvim_win_set_cursor'
...e/nvim/lazy/symbols-outline.nvim/lua/symbols-outline.lua:208: in function '_highlight_current_item'
...e/nvim/lazy/symbols-outline.nvim/lua/symbols-outline.lua:19: in function <...e/nvim/lazy/symbols-outline.nvim/lua/symbols-outline.lua:18>
I changed it to simply use the 'Open' option and it works well:
It's not a bug or issue with edgy.nvim but with Symbols Outline.
The toggle functionality on SymbolsOutline keeps crashing after first open with the following error:
I changed it to simply use the 'Open' option and it works well:
Just something to consider.
Other than that, great plugin.. enjoying it quite a lot.
PS: I'm using Neovim >= 0.10.0 (after June 5, 2023)
The text was updated successfully, but these errors were encountered: