Hi! I recently switched to Vertico & friends after Doom added a module for it. It's been a great experience so far, but I noticed a couple of minor things that could maybe use some polish. When switching between buffers (e.g. using consult-buffer), the last column now shows the full path to a file (or relative to the home directory). This makes it impossible to visually distinguish between similarly named files, because the last components of the file's path will always be truncated (this column seems to have a fixed width, resizing the frame doesn't make it grow any wider). The formatting for this is done here. In contrast, ivy-rich strips away the project root when showing these paths, making it much easier to see where the file backing the buffer is coming from. Would it be possible to get something similar in marginalia as an option? For reference, this is what it looks like currently:
Hi! I recently switched to Vertico & friends after Doom added a module for it. It's been a great experience so far, but I noticed a couple of minor things that could maybe use some polish. When switching between buffers (e.g. using
consult-buffer
), the last column now shows the full path to a file (or relative to the home directory). This makes it impossible to visually distinguish between similarly named files, because the last components of the file's path will always be truncated (this column seems to have a fixed width, resizing the frame doesn't make it grow any wider). The formatting for this is done here. In contrast,ivy-rich
strips away the project root when showing these paths, making it much easier to see where the file backing the buffer is coming from. Would it be possible to get something similar in marginalia as an option? For reference, this is what it looks like currently: