Timothy Boronczyk

Results 1 issues of Timothy Boronczyk

These changes allow an end-user to customize the breakpoint sign, for example by placing the following in `config.vim`: ```vim let g:godebug_breakpoints_sign = '✽' hi GoDebugBreakpointsSign ctermfg=239 ctermbg=235 ```