-
-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
When using the hyper theme; If a "recent project" has a whitespace somewhere in its file path, telescope breaks because of that whitespace.
I suggest replacing the default action defined (i believe) in line:
dashboard-nvim/lua/dashboard/theme/hyper.lua
Line 129 in c42fcfb
| action = 'Telescope find_files cwd=', |
Which causes the issue, for something like
action = function(path)
require("telescope.builtin").find_files( { cwd = path } )
endThanks for reading and God bless ❤
dgarridoa
Metadata
Metadata
Assignees
Labels
No labels