Replies: 1 comment 2 replies
-
I'm not quite sure what you are looking for. Do you want to filter some statuses? Is there an issue with some statuses not being shown? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'd like a support for functionality where the diagnostics status and what not would be updated / reloaded upon NvimTree reveal? Is that currently possible? I did not see any configuration option that would enable such thing.
EDIT: There is
nvim-tree.auto_reload_on_write
that allows tree to update while being opened and a file is being written to. Also there istree.reload()
API that is tied toR
command command andreload_on_bufenter
configuration flag but non of these seem to give remedy to the situation. Like hittingR
button does not seem to affect much to the state of the tree at least the diagnostics does not get updated. Same happens no matter I travel between different buffers. The only way for diagnostics to actually get updated seems to be by way of writing on buffer while keeping the NvimTree open.-Juha
Beta Was this translation helpful? Give feedback.
All reactions