autoload/lsp/signature.vim | 2 +- diff --git a/autoload/lsp/signature.vim b/autoload/lsp/signature.vim index 0b229b9a0d62f79bfd81cc04d4580b3f45ed9b85..59fbc0856a775c263bf7ed20dc221b0b142015bc 100644 --- a/autoload/lsp/signature.vim +++ b/autoload/lsp/signature.vim @@ -109,7 +109,7 @@ else # Close the previous signature popup and open a new one lspserver.signaturePopup->popup_close() - var popupID = text->popup_atcursor({moved: [col('.') - 1, 9999999]}) + var popupID = text->popup_atcursor({padding: [0, 1, 0, 1], moved: [col('.') - 1, 9999999]}) var bnr: number = popupID->winbufnr() prop_type_add('signature', {bufnr: bnr, highlight: 'LspSigActiveParameter'}) if hllen > 0