10 lines
248 B
VimL
10 lines
248 B
VimL
"let g:signature_help_config = {
|
|
" \ 'border': v:true,
|
|
" \ 'maxWidth': 80,
|
|
" \ 'maxHeight': 30,
|
|
" \ 'style': "virtual",
|
|
" \ 'onTriggerChar': v:false,
|
|
" \ 'multiLabel': v:false,
|
|
" \ }
|
|
"call signature_help#enable()
|