Feat/icon highlighting for opened files and directories (#258)

This commit is contained in:
Carlos Afonso
2021-04-13 15:12:21 -03:00
committed by GitHub
parent 82b20f5b5e
commit c2f2c665d8
4 changed files with 18 additions and 0 deletions

View File

@@ -274,6 +274,8 @@ function M.open_file(mode, filename)
if vim.g.nvim_tree_quit_on_open == 1 and mode ~= 'preview' then
M.close()
end
renderer.draw(M.Tree, true)
end
function M.change_dir(foldername)