Added disconnect emoji for nvim-dap-ui

This commit is contained in:
Keiwan Jamaly 2023-04-26 17:37:48 +02:00 committed by GitHub
parent 2a24cb9290
commit 490d292573
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ return {
step_back = 'b', step_back = 'b',
run_last = '▶▶', run_last = '▶▶',
terminate = '', terminate = '',
disconnect = "",
}, },
}, },
} }