Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 348 Bytes

cmp-nvim-lsp-signature-help

nvim-cmp source for displaying function signatures with the current parameter emphasized:

Basic Example

Setup

require'cmp'.setup {
  sources = {
    { name = 'nvim_lsp_signature_help' }
  }
}