update icons
This commit is contained in:
parent
e716702677
commit
788bd48a18
|
@ -76,17 +76,19 @@ return {
|
||||||
icons = { expanded = '▾', collapsed = '▸', current_frame = '*' },
|
icons = { expanded = '▾', collapsed = '▸', current_frame = '*' },
|
||||||
controls = {
|
controls = {
|
||||||
icons = {
|
icons = {
|
||||||
pause = '⏸',
|
pause = "",
|
||||||
play = '▶',
|
play = "",
|
||||||
step_into = '⏎',
|
step_into = "",
|
||||||
step_over = '⏭',
|
step_over = "",
|
||||||
step_out = '⏮',
|
step_out = "",
|
||||||
step_back = 'b',
|
step_back = "",
|
||||||
run_last = '▶▶',
|
run_last = "↻",
|
||||||
terminate = '⏹',
|
terminate = "□",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
dap.listeners.after.event_initialized['dapui_config'] = dapui.open
|
dap.listeners.after.event_initialized['dapui_config'] = dapui.open
|
||||||
dap.listeners.before.event_terminated['dapui_config'] = dapui.close
|
dap.listeners.before.event_terminated['dapui_config'] = dapui.close
|
||||||
|
|
Loading…
Reference in New Issue