summaryrefslogtreecommitdiff
path: root/script/provider/provider.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/provider/provider.lua')
-rw-r--r--script/provider/provider.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/provider/provider.lua b/script/provider/provider.lua
index ac16c4e3..8932c373 100644
--- a/script/provider/provider.lua
+++ b/script/provider/provider.lua
@@ -831,6 +831,8 @@ do
if not config.get 'Lua.hint.enable' then
return
end
+ await.close 'updateHint'
+ await.setID 'updateHint'
workspace.awaitReady()
local visibles = files.getVisibles(uri)
if not visibles then