Skip to content
New issue

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

Suggested change in Example Setup #19

Closed
Parry-97 opened this issue Jun 10, 2023 · 1 comment
Closed

Suggested change in Example Setup #19

Parry-97 opened this issue Jun 10, 2023 · 1 comment

Comments

@Parry-97
Copy link

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:

{
        ft = "Outline",
        pinned = true,
        open = "SymbolsOutlineOpen",
},

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)

@folke
Copy link
Owner

folke commented Jun 12, 2023

Updated!

@folke folke closed this as completed Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants