dashboard-nvim
dashboard-nvim copied to clipboard
Supports spaces in path for projects
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.