Skip to content

Commit 01fbcf7

Browse files
committed
fix(#2972): error on :colorscheme
1 parent f3efc25 commit 01fbcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/explorer/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function Explorer:create_autocmds()
9898
callback = function()
9999
appearance.setup()
100100
view.reset_winhl()
101-
self:draw()
101+
self.renderer:draw()
102102
end,
103103
})
104104

0 commit comments

Comments
 (0)