Noticed a minor issue. When there are any invalid symbolic links, nvim-tree bumps into the following error: ``` Error executing vim.schedule lua callback: ...zhang/.vim/plugged/nvim-tree.lua/lua/nvim-tree/utils.lua:49: attempt to index local 'path' (a nil value) ``` To reproduce this issue, for example: ```sh mkdir test cd !$ touch README.md ln -s ./nonexist ./foo nvim README.md ``` Thanks for this plugin btw :)