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 option to disable overwriting the dap internal ui #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mjendruk
Copy link

@mjendruk mjendruk commented Aug 1, 2023

Hello,

thank you for writing and maintaining this very useful plugin. I would like to make one improvement.

I'm using dressing.nvim that already overwrites vim.ui.select so I don’t need this plugin to overwrite the internal ui once more.

This PR adds an option to disable overwriting the internal ui. I also updated the README.md to reflect this.

vim.cmd [[ highlight default link NvimDapSubtleFrame Comment ]]

if not vim.F.if_nil(ext_config.overwrite_pick_one, true) then
Copy link
Author

@mjendruk mjendruk Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this to true by default so that the old behavior is kept if no value is provided for overwrite_pick_one

@mjendruk
Copy link
Author

Hi @Conni2461, I made the changes you requested. Would you take a second look?

@mjendruk mjendruk requested a review from Conni2461 May 14, 2024 12:53
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.

2 participants