Fixing some things

This commit is contained in:
Chris
2025-05-06 07:18:21 +01:00
parent 3ba111e55c
commit ed622165b8
3 changed files with 19 additions and 11 deletions

View File

@@ -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 = '',
},
},
}