Fix Odin DAP flow: schedule dap.run, raise adapter timeout, keep neo-tree width

This commit is contained in:
2026-08-03 20:25:15 -04:00
parent 517140ad1f
commit e2dcd33fcc
2 changed files with 28 additions and 7 deletions
+4
View File
@@ -4,3 +4,7 @@ vim.pack.add({
{ src = "https://github.com/MunifTanjim/nui.nvim" },
{ src = "https://github.com/nvim-tree/nvim-web-devicons" },
})
require("neo-tree").setup({
window = { width = 30 },
})