Closed zetashift closed 1 year ago
If I do <C-h>
then it does show the preview, it just doesn't persist/does it automatically:
Also another noobie question but is there anyway to get consistent (treesitter) highlighting in the preview?
I'm facing the same issue. The worked it out using those snap.run
calls instead of the default ones, although I would prefer using the default version.
I just discovered that setting preview_min_width
to a low value, say 0, brings the preview back. Maybe the threshold is too high?
the preview_min_width by default is set so that you must be able to see 80 cols for both the results view and preview view.
Using this in my config(also 99% based off your config camspiers):
However there are no previews being shown?
EDIT:
file
is correctly installed and when I make a custommap
with a customerpreview.vimgrep
a preview window is being shown!