matsui54 / denops-signature_help

Shows signature help from lsp server.
MIT License
62 stars 9 forks source link

Enable virtualtext in currentLabelOnly #26

Closed ghost closed 1 year ago

ghost commented 1 year ago

Background

I believe looks cooler than border style.

matsui54 commented 1 year ago

I reorganized the style configuration to make it more customizable. Can you try the #28 with the following settings?

let g:signature_help_config = {
      \ contentsStyle: "currentLabel",
      \ viewStyle: "virtual",
      \ }
matsui54 commented 1 year ago

Merged the fix. Please use the settings above.