Skip to content

Commit 6e5a204

Browse files
authored
fix(#2972): error on :colorscheme (#2973)
1 parent f3efc25 commit 6e5a204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/explorer/init.lua

Lines changed: 1 addition & 1 deletion
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)