Files
nvim-tree.lua/lua/nvim-tree/populate.lua
sansone931 933d69a37f Fix error caused by broken symlinks (#494)
When a symbolic link points to an invalid path, the value of `link_to`
equals `nil`. This value makes `utils.path_relative` throw an error,
since it expects a string as the first argument
2021-07-07 08:30:22 +02:00

10 KiB