Fixing some things
This commit is contained in:
@@ -73,7 +73,7 @@ return {
|
||||
function()
|
||||
require('dapui').toggle()
|
||||
end,
|
||||
desc = 'Debug: See last session result.',
|
||||
desc = 'Debug: Toggle UI',
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
@@ -147,15 +147,15 @@ return {
|
||||
icons = { expanded = '▾', collapsed = '▸', current_frame = '*' },
|
||||
controls = {
|
||||
icons = {
|
||||
pause = '⏸',
|
||||
play = '▶',
|
||||
step_into = '⏎',
|
||||
step_over = '⏭',
|
||||
step_out = '⏮',
|
||||
step_back = 'b',
|
||||
run_last = '▶▶',
|
||||
terminate = '⏹',
|
||||
disconnect = '⏏',
|
||||
pause = '',
|
||||
play = '',
|
||||
step_into = '',
|
||||
step_over = '',
|
||||
step_out = '',
|
||||
step_back = '',
|
||||
run_last = '',
|
||||
terminate = '',
|
||||
disconnect = '',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user