Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hrsh7th/cmp-nvim-lsp-signature-help

cmp-nvim-lsp-signature-help
https://github.com/hrsh7th/cmp-nvim-lsp-signature-help

nvim-cmp

Last synced: 4 days ago
JSON representation

cmp-nvim-lsp-signature-help

Awesome Lists containing this project

README

        

# cmp-nvim-lsp-signature-help

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

![Basic Example](https://user-images.githubusercontent.com/12832280/144246351-0604d8cb-40c5-437b-9ca1-f3d420539360.png)
# Setup

```lua

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