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

Compatibility issue with telescope-file-browser #13

Closed
AckslD opened this issue Jan 16, 2022 · 2 comments
Closed

Compatibility issue with telescope-file-browser #13

AckslD opened this issue Jan 16, 2022 · 2 comments

Comments

@AckslD
Copy link

AckslD commented Jan 16, 2022

Using dressing.nvim and telescope-file-browser at the same time seems to not be possible at the moment, see this issue:
nvim-telescope/telescope-file-browser.nvim#66

It seems that the issue is that dressing triggers a BufLeave event which closes the telescope buffer. I'm not sure how easy that could be to fix but an alternative could maybe be to have the ability to disable dressing under certain circumstances, eg for telescope buffers.

@stevearc
Copy link
Owner

Disabled autocmds when opening the modal, so it should work fine now. I don't think there's any use case for those autocmds, but if this breaks anyone's workflow comment here and we'll see what we can do.

@AckslD
Copy link
Author

AckslD commented Jan 18, 2022

@stevearc awesome 🎉, can confirm it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants