Merge branch 'master' of github.com:roeekl/kickstart.nvim

This commit is contained in:
Roee Kleiner 2023-06-17 10:42:51 +03:00
commit 4ca257c674
3 changed files with 79 additions and 42 deletions

View file

@ -69,10 +69,13 @@ return {
step_back = 'b',
run_last = '▶▶',
terminate = '',
disconnect = "",
},
},
}
-- toggle to see last session result. Without this ,you can't see session output in case of unhandled exception.
vim.keymap.set("n", "<F7>", dapui.toggle)
dap.listeners.after.event_initialized['dapui_config'] = dapui.open
dap.listeners.before.event_terminated['dapui_config'] = dapui.close
dap.listeners.before.event_exited['dapui_config'] = dapui.close