Skip to content

Commit c446527

Browse files
authored
chore(#1649): remove workaround for neovim/neovim#17395 which was fixed in nvim 0.7.0 (#1650)
1 parent 55aa006 commit c446527

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/nvim-tree/view.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ end
328328
function M.set_cursor(opts)
329329
if M.is_visible() then
330330
pcall(a.nvim_win_set_cursor, M.get_winnr(), opts)
331-
-- patch until https://github.com/neovim/neovim/issues/17395 is fixed
332-
require("nvim-tree.renderer").draw()
333331
end
334332
end
335333

0 commit comments

Comments
 (0)