ahmedkhalf / project.nvim

The superior project management solution for neovim.
Apache License 2.0
1.29k stars 119 forks source link

Recent projects, display options for the table #124

Open keevan opened 1 year ago

keevan commented 1 year ago

Hey! Great project.

Is there a way to shorten the name displayed on the recent projects menu? I noticed that the default menu is small, and the path to the $HOME directory is redundant and mostly unnecessary.

This might differ per OS, and I understand that. For example, the projects I work on have submodules / nested git repositories, and the path can get quite long. I think it would be great if we have an option to:

I'm not too familiar with telescope integration but I believe the changes should live in this file: https://github.com/ahmedkhalf/project.nvim/blob/8c6bad7d22eef1b71144b401c9f74ed01526a4fb/lua/telescope/_extensions/projects.lua#L32

If I have some time I might look at PR'ign this myself, some guidance would be appreciated.