Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01fbcf7

Browse files
committedOct 26, 2024·
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

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)
Please sign in to comment.