Skip to content

Fix issue with default 'hyper' configuration. #518

@hillthebingus

Description

@hillthebingus

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 ❤

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions