Refresh symbol or breadcrumb when Outline window is closed? #62
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
up for grabs
Good first issue & available for contributions
When the Outline window is open,
get_symbol()
andget_breadcrumb()
return current symbol (following cursor) correctly. But when the window is closed, these 2 functions only return cached result. I've tried callingfollow_cursor()
andrefresh()
but the symbol information is not updated.Is it possible to refresh it without opening the Outline window? My use case is to display it in status line (managed by lualine).
The text was updated successfully, but these errors were encountered: