ITADN

When launching command terminal appears above neovim editor

#1585ClosedUniversal-Invariant 创建于 2026-01-16
### Problem Statement When launching a debug session the command terminal will pop up in front of neovim and activate requiring one to switch back to the editor which is quite annoying. ### Possible Solutions To minimize the command prompt/terminal as it seems not to ever show anything. I'm not sure if this is a problem with nvim-dap or the adapter though but I believe it is with nvim-dap given other some other issues I had. ### Considered Alternatives Maybe it is possible to hijack it using program = { lua = "..." file = "${file}", }, where we write a wrapper for the lua command which will minimize it's own terminal before executing lua? Generally speaking though it would be best if we launched minimized becaues any hacks will likely disrupt the flow and may cause some glitches(such as if one is typing).
关闭于 2026-01-19 4 条评论