You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced this issue when hovering over my yazi.nvim lazy.nvim spec.
It's symlinked to the actual file in the lazy.nvim repository.
These are the same file:
```sh
/Users/mikavilpas/dotfiles/.config/nvim/lua/plugins/my-file-manager.lua
/Users/mikavilpas/.config/nvim/lua/plugins/my-file-manager.lua
```
This commit fixes the issue by resolving the real path of the file
before
comparing it to the path of the buffer.
Closes#195
* fix: symlinked files cannot be highlighted when hovered
I experienced this issue when hovering over my yazi.nvim lazy.nvim spec.
It's symlinked to the actual file in the lazy.nvim repository.
These are the same file:
```sh
/Users/mikavilpas/dotfiles/.config/nvim/lua/plugins/my-file-manager.lua
/Users/mikavilpas/.config/nvim/lua/plugins/my-file-manager.lua
```
This commit fixes the issue by resolving the real path of the file
before
comparing it to the path of the buffer.
Closes#195
* fixup! fix: symlinked files cannot be highlighted when hovered
These are actually the same file, but cannot be highlighted when hovered:
Some resolution for symlinks is required to fix this 🤔
The text was updated successfully, but these errors were encountered: