Skip to content

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