Nithin745

Results 3 comments of Nithin745

Thanks this works, but can we prevent the dap watches window to show up again , when we invoke `dapui.toggle()`, if it is already opened in new tab or something.

> Add new setup(without dap watches) inside open_in_tab function you mean to, call `dapui.setup()` inside the `open_in_tab` function, like remove `dap_watch` from the dapui.setup()? And can you point to how...

Like this you are saying right ```lua dapui.setup() local dapui = require("dapui") local function open_in_tab(element) local buffer = dapui.elements[element].buffer() vim.cmd("tabnew") vim.api.nvim_win_set_buf(0, buffer) require("dapui").setup({ layouts = { { elements = {...