bramdelta
bramdelta
I have a more "manual" "fix": ```lua local function shutdown_overseer(bundle_name) overseer.save_task_bundle(bundle_name, {overwrite = true}) -- Nuke all the tasks, so the session doesn't get them for _, task in ipairs(overseer.list_tasks({}))...
This also causes jittering in the completion menu in very specific cases: https://github.com/user-attachments/assets/97cd947f-3224-420f-92a8-e05997b760d1 ### Edit For anyone having my specific issue, you can add this to your config to make...
Can this be merged? Also experiencing this bug unless doing a similar fix when using blink.cmp + blink.compat
Update: Wrote my own blink native version if anyone's trying to drop blink.compat: https://github.com/bramdelta/blink-dap/tree/master
If anyone else is annoyed by this (seems to have been introduced sometime between 2.26 and 2.30), there's a workaround for DAP UI windows: ```lua for _, win in ipairs(vim.api.nvim_list_wins())...