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

Add support for nvim-dap >= 0.8 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cryptomilk
Copy link

Fixes #23

@cryptomilk
Copy link
Author

cryptomilk commented Jul 12, 2024

This might be the wrong way to fix it. The pick_one function uses vim.ui.select() which can be replaced. This is done by:

https://github.com/nvim-telescope/telescope-ui-select.nvim

This fixes telescope-dap.nvim with nvim-dap 0.8. In order to get a nicer
picker for, use something which overwrites vim.ui.select! For example:

* https://github.com/stevearc/dressing.nvim
* https://github.com/mfussenegger/nvim-fzy
* https://github.com/nvim-telescope/telescope-ui-select.nvim
@gcalmettes
Copy link

Confirming that this works perfectly.
Thanks @cryptomilk

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

Successfully merging this pull request may close these issues.

Override of dap.ui.pick_one conflicts with nvim-dap 0.8.0
2 participants