Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zipfile:// and tarfile:// URI preview #3252

Open
Frederick888 opened this issue Aug 14, 2024 · 0 comments
Open

zipfile:// and tarfile:// URI preview #3252

Frederick888 opened this issue Aug 14, 2024 · 0 comments
Labels
enhancement Enhancement to performance, inner workings or existent features

Comments

@Frederick888
Copy link

Is your feature request related to a problem? Please describe.
The issue was discovered in yioneko/vtsls#177 (comment).

When using Yarn Plug'n'Play, the Node.js dependencies are not unzipped into node_modules/. Instead, when doing the LSP queries, they just refer to the contents in the zip files with zipfile:// URIs, and telescope unfortunately cannot preview them.

fzf-lua is able to do this but I'm not quite sure how it's implemented. Maybe it loads these URIs with vim's built-in buffer load functionality, which handles these URIs with zipPlugin, etc.

Describe the solution you'd like
Telescope can preview zipfile:// and tarfile:// URIs

Describe alternatives you've considered
Switch to fzf-lua.

@Frederick888 Frederick888 added the enhancement Enhancement to performance, inner workings or existent features label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to performance, inner workings or existent features
Projects
None yet
Development

No branches or pull requests

1 participant