Open balpert89 opened 3 months ago
Hmm, symbol details are added as virtual text, it's unaffected by set wrap
. I imagine there might be a way to workaround this, or maybe there's even an option for nvim_buf_set_extmark
to support wrapping. I'll leave this up for grabs as a feature request.
I am currently configuring outline for my setup.
With
opts = { outline_window = { wrap = true }, outline_items = { show_symbol_details = true } }
the wrapping only takes the func name into consideration, not the signature:How can I achieve wrapping to also consider the signature?
This is my current configuration, using
lazy.nvim
: