Civitasv/cmake-tools.nvim

Execute the command, and a pop-up window will appear to manually select the target. If no selection is made and the pop-up window disappears, the command will no longer bring up the corresponding pop-up window.

serendipitywgy opened this issue · 5 comments

Please view the video demonstration. Once you click on the window with the mouse to make it disappear, you can no longer use commands to bring up the pop-up window.

2024-02-24.11.06.47.mp4

Which pop-up window do you use?

Actually, I don't know which pop-up window plug-in it is, I use the default configuration of lazyvim. After I checked the official website of lazyvim, the official default configuration is as follows

image
image

This plugin just uses vim.ui.select to select the avaliable options, by default, it shows like:
image

So you should check which plugin shows this pop window, and debug it.

Okay, thank you for your reply, I will research it further.

Closing it for now. Feel free to open it if you need further support.