chore: Fix remants of rename

This commit is contained in:
hedy
2023-11-15 11:28:09 +08:00
parent d78d0a0b50
commit 81ebdc5714
3 changed files with 6 additions and 8 deletions

View File

@@ -32,8 +32,8 @@ function M.request_symbols(on_symbols, opts)
for _, value in ipairs(providers) do
local provider = require(value)
if provider.should_use_provider(0) then
_G._symbols_outline_current_provider = provider
_G._symbols_outline_current_provider.name = value
_G._outline_current_provider = provider
_G._outline_current_provider.name = value
provider.request_symbols(on_symbols, opts)
return true
end