nvim-telescope / telescope-live-grep-args.nvim

Live grep with args
727 stars 40 forks source link

make the search text window result bigger #42

Open fastfading opened 1 year ago

fastfading commented 1 year ago
image

window are too small, I can not check more info but the file path

awillats commented 1 year ago

Hi, my guess is this issue isn't a result of live-grep-args, but rather the base Telescope layout instead. The docs for telescope layout can be found here: doc/telescope.txt:telescope.layout or :h telescope.layout. There's also a good overview in this section of the README.md

I think the solution will be something like reducing the preview_width option. But you could also try theme=dropdown which will allow both panes to potentially use the full screen width dropdown theme example