RishabhRD / nvim-lsputils

Better defaults for nvim-lsp actions
456 stars 20 forks source link

Feature Request: find references - wrap lines in search window #52

Open darc1 opened 2 years ago

darc1 commented 2 years ago

Hi, when I run find references on a long function and/or file path the result is getting cut off. Screen Shot 2022-03-03 at 13 39 26

Can you add a configuration to warp lines in the references window? or alternatively provide an example on how to:

  1. configure find references and preview windows display vertically instead of horizontally?
  2. sort references by file:
    - file 1
    - ref1.1
    - ref1.2
    - file 2
    - ref2.1

    Thanks!