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:
|
action = 'Telescope find_files cwd=', |
Which causes the issue, for something like
action = function(path)
require("telescope.builtin").find_files( { cwd = path } )
end
Thanks for reading and God bless ❤
When using the
hypertheme; If a "recent project" has a whitespace somewhere in its file path, telescope breaks because of that whitespace.I suggest replacing the default
actiondefined (i believe) in line:dashboard-nvim/lua/dashboard/theme/hyper.lua
Line 129 in c42fcfb
Which causes the issue, for something like
Thanks for reading and God bless ❤