Closed
Description
Note
you have to enable diagnostics in config first as they are disabled by default, see this comment
Description
I can't find similar issue.
Hitting both ]e
and [e
doesn't move cursor to the next/previous diagnostic.
Neither it works via programmatic calls (you have to open nvim-tree
window):
lua =require("nvim-tree.api").node.navigate.diagnostics.prev()
Neovim version
NVIM v0.10.0-dev-ac1c23442f
Build type: MinSizeRel
LuaJIT 2.1.0-beta3
Operating system and version
Linux/Kubuntu
nvim-tree version
Clean room replication
Experiencing same behavior.
Steps to reproduce
- cd into git repo with changes
:NvimTreeToggle
- Hit
]e
or[e
Expected behavior
I've used that feature much and not sure how exactly it should work really.
Actual behavior
No response