You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
hedyhli
changed the title
[Question] how to make the func signature be wrapped as well?
Option to support virtual text wrapping of symbol details
Aug 13, 2024
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
:The text was updated successfully, but these errors were encountered: