1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00

Set sign text

This commit is contained in:
wsdjeg 2017-12-18 22:27:51 +08:00
parent b317dfcadc
commit 1bb916cf90

View File

@ -20,6 +20,8 @@ function! SpaceVim#layers#debug#config() abort
call SpaceVim#mapping#space#def('nnoremap', ['d', '.'], 'call call('
\ . string(s:_function('s:buffer_transient_state')) . ', [])',
\ 'debug transient state', 1)
let g:vebugger_breakpoint_text = '🞊'
let g:vebugger_currentline_text = '🠲'
endfunction
function! SpaceVim#layers#debug#launching(ft) abort