jinzhongjia / LspUI.nvim

A modern and useful UI plugin that wraps lsp operations.
MIT License
158 stars 4 forks source link

[feature] lsp signature help supports #40

Closed jinzhongjia closed 5 months ago

jinzhongjia commented 5 months ago

This pr supports lsp signature help Add a api LspUI.api.signature, it will return signature info (we can use it on status_line)

image