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
Filetype: lua
Configured backends:
treesitter (supported) (attached)
lsp (supported)
markdown (not supported) [Filetype is not markdown]
asciidoc (not supported) [Filetype is not asciidoc]
man (not supported) [Filetype is not man]
Show symbols: Class, Constructor, Enum, Function, Interface, Module, Method, Struct
Describe the bug
Ideally I would like for fold-level changes in the document to match the aerial tree, and vice-versa whether I fold them in the document or the tree.
However, the two settings: link_folds_to_tree and link_tree_to_folds both interfere with each other.
If I turn one of them off, it works fine. But if both are on, then I can't navigate the aerial view with j/k to go up/down.
The cursor is constantly being reset to the top of the view.
Neovim version (nvim -v)
0.10
Operating system/version
Windows 10
Output of :AerialInfo
Aerial Info
Filetype: lua
Configured backends:
treesitter (supported) (attached)
lsp (supported)
markdown (not supported) [Filetype is not markdown]
asciidoc (not supported) [Filetype is not asciidoc]
man (not supported) [Filetype is not man]
Show symbols: Class, Constructor, Enum, Function, Interface, Module, Method, Struct
Describe the bug
Ideally I would like for fold-level changes in the document to match the aerial tree, and vice-versa whether I fold them in the document or the tree.
However, the two settings:
link_folds_to_tree
andlink_tree_to_folds
both interfere with each other.If I turn one of them off, it works fine. But if both are on, then I can't navigate the aerial view with j/k to go up/down.
The cursor is constantly being reset to the top of the view.
What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
set the following settings to
true
Expected Behavior
I should be able to navigate the aerial view and keep the tree in sync with the document whenever a change is made
Minimal example file
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: