update icons

This commit is contained in:
SamPosh 2023-04-20 18:31:46 +05:30 committed by GitHub
parent e716702677
commit 788bd48a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 8 deletions

View File

@ -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