dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

Supports spaces in path for projects

Open iamt4nk opened this issue 1 year ago • 0 comments

Fixes #453.

Adds ability to support recent projects that have a space in the path. Simple filename escaping.

Was going to add support for [ and ] but once I did, Telescope started throwing errors. Either way brackets in path names are bad practice. Therefore we throw an error stating its not supported if it is found.

iamt4nk avatar Nov 12 '24 22:11 iamt4nk