Backreferences: titles vs preview #456
WhyNotHugo
started this conversation in
General
Replies: 1 comment
-
I'm not sure with fzf, but with telescope there is previews alongside the result titles. I would've thought this should work out of the box, as the code in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using neovim, I have two ways of accessing notes. The first is the generic way to find references via an LSP:
require("fzf-lua").lsp_references()
.This works, and shows me a file picker. Moving through the file picker, I see a preview of the referencing note. However, the picker itself shows filenames, so I don't see the titles of each entry.
The second way to access backreferences is with
:ZkBacklinks
. This shows a picker with the titles of the referencing notes, but not the preview with the context of where the reference happens.Can I somehow get both; titles in the picker and previews?
Beta Was this translation helpful? Give feedback.
All reactions