preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.14k stars 489 forks source link

This adds support for controlling display of suffix/prefix #893

Closed raven42 closed 3 weeks ago

raven42 commented 1 month ago

Fixes #870

This adds the g:tagbar_show_prefix and g:tagbar_show_suffix options. These will help control if the prefix info and/or suffix info is printed in the tagbar window for the tag.

This is just test code for now.

raven42 commented 3 weeks ago

Finally got a chance to test this out. The new options now work as expected.