feat: Add show_status

This commit is contained in:
hedy
2023-11-01 21:09:06 +08:00
parent d78d94218a
commit c19b3bd571
3 changed files with 31 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ function M.request_symbols(on_symbols)
local provider = require(value)
if provider.should_use_provider(0) then
_G._symbols_outline_current_provider = provider
_G._symbols_outline_current_provider.name = value
provider.request_symbols(on_symbols)
break
end