Files
nvim-tree.lua/lua/nvim-tree
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
..
2021-06-29 23:13:28 +02:00
2021-04-16 09:32:46 +02:00
2021-05-25 22:00:57 +02:00
2021-06-30 19:47:34 +02:00