nvimdev / dashboard-nvim

vim dashboard
MIT License
2.22k stars 179 forks source link

When MRU path is very long, it takes up the entire width of the window using hyper theme #411

Open ajmasia opened 6 months ago

ajmasia commented 6 months ago

Describe the bug When there are very long paths, when displaying the most used files, the dashboard using the hyper theme occupies 100% of the width.

To Reproduce Steps to reproduce the behavior:

  1. Open a file with a long path
  2. Close Neovim
  3. Open Neovim
  4. See error

Expected behavior It would be nice to be able to see the truncated routes and to have a coption to limit the width of the MRU section and of the project section, which could also be the same.

Screenshots image

horaoen commented 6 months ago
图片

I also have this problem

keithlxs commented 5 months ago

same thing for me for me. Hopefully we can get an option to limit the number of characters that's displayed for the file path or reduce how much space is used to display long paths.