chore: Fix remants of rename
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user