We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af01d64 commit 0227ce9Copy full SHA for 0227ce9
lua/nvim-tree/explorer/init.lua
@@ -134,7 +134,7 @@ function Explorer:create_autocmds()
134
end)
135
elseif self.opts.renderer.highlight_opened_files ~= "none" then
136
-- draw to update opened highlight; must be delayed as the buffer is still loaded during BufUnload
137
- utils.debounce("Buf:highlight_opened_files_" .. self.uid_explorer, self.opts.view.debounce_delay, function()
+ vim.schedule(function()
138
self.renderer:draw()
139
140
end
0 commit comments