Skip to content

Commit

Permalink
fix(#2972): error on :colorscheme (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis authored Oct 26, 2024
1 parent f3efc25 commit 6e5a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-tree/explorer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function Explorer:create_autocmds()
callback = function()
appearance.setup()
view.reset_winhl()
self:draw()
self.renderer:draw()
end,
})

Expand Down

0 comments on commit 6e5a204

Please sign in to comment.