Nvim: add all after/ files

This commit is contained in:
Robert Kmieć
2022-06-29 22:13:40 +02:00
parent 0353364e97
commit bd3af29f38
15 changed files with 295 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
"let g:signature_help_config = {
" \ 'border': v:true,
" \ 'maxWidth': 80,
" \ 'maxHeight': 30,
" \ 'style': "virtual",
" \ 'onTriggerChar': v:false,
" \ 'multiLabel': v:false,
" \ }
"call signature_help#enable()