barbecue.nvim
barbecue.nvim copied to clipboard
feat: dir_display_limit
New feature to limit the number of directories to display. Especially useful when working with something like Spring Boot, where just the directory name takes more than 50% of my screen real estate.
Changed the type to integer and added ellipsis symbol to indicate that the directories have been split. Also unsure how to handle the protocol prefix. Do you have any ideas?
Honestly, it's been a while since I used this plugin myself. So just be sure that nothing breaks.
Cases that I recommend testing:
- Relative file paths (especially when there is a
./some.txt
or../some.txt
) - Absolute file paths (they should have a
/
entry at the beginning) - URLs should have a
http://
entry at the beginning (http is just an example it should handle any given schema liketcp://
,https://
, ormycustomschema://
)