akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.35k stars 60 forks source link

[FEATURE REQUEST] Allow changing path display type of external tabline tabs #537

Open ryancog opened 1 month ago

ryancog commented 1 month ago

Essentially, I want to be able to use the Workspace Sidebar's PathStyle configuration option for the Tabline, I'd prefer to just have the name version of the display, as you can have for the Sidebar as follows:

## This setting sets the format of the path string ~~of CWD~~ of the filename in the ~~sidebar~~ tabline.
##  name: filename
##  full: /path/to/filename
##  minimum: /p/t/filename
PathStyle = "name"

Though currently it seems the default (and only) option is what would be called minimum for the sidebar.

Let me know if any further clarification is needed :)