I just want to navigate the contents of a soft link that points to a directory using netrw.
How can I navigate into it?
My OS is: Arch Linux and I use: Zsh
If the file_to_path feature is present in your version of Vim (use the Vim command :version to verify that then it should work out of the box (using the :Explore command or the gf key command).
Here is a reference to a similar question in SE.
Remark: Tested on Ubuntu + Vim 9.1 / Neovim 0.9.5
./configure script with the following arguments ./configure --with-features=file_to_path or mabye ./configure --with-features=huge. Then run ./make normally.
configure script.