vim-godebug icon indicating copy to clipboard operation
vim-godebug copied to clipboard

allow customizing the gutter sign

Open tboronczyk opened this issue 6 years ago • 0 comments

These changes allow an end-user to customize the breakpoint sign, for example by placing the following in config.vim:

let g:godebug_breakpoints_sign = '✽'
hi GoDebugBreakpointsSign ctermfg=239 ctermbg=235

tboronczyk avatar Aug 25 '17 01:08 tboronczyk