feat: add basic function signature help (#1358)
* feat: add basic function signature help * Update init.lua Co-authored-by: makeworld <25111343+makew0rld@users.noreply.github.com> --------- Co-authored-by: makeworld <25111343+makew0rld@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									ebca680dea
								
							
						
					
					
						commit
						282cbb9c82
					
				
							
								
								
									
										3
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										3
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -786,6 +786,8 @@ require('lazy').setup({
 | 
				
			||||||
      --  into multiple repos for maintenance purposes.
 | 
					      --  into multiple repos for maintenance purposes.
 | 
				
			||||||
      'hrsh7th/cmp-nvim-lsp',
 | 
					      'hrsh7th/cmp-nvim-lsp',
 | 
				
			||||||
      'hrsh7th/cmp-path',
 | 
					      'hrsh7th/cmp-path',
 | 
				
			||||||
 | 
					      'hrsh7th/cmp-path',
 | 
				
			||||||
 | 
					      'htsh7th/cmp-nvim-lsp-signature-help',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    config = function()
 | 
					    config = function()
 | 
				
			||||||
      -- See `:help cmp`
 | 
					      -- See `:help cmp`
 | 
				
			||||||
| 
						 | 
					@ -862,6 +864,7 @@ require('lazy').setup({
 | 
				
			||||||
          { name = 'nvim_lsp' },
 | 
					          { name = 'nvim_lsp' },
 | 
				
			||||||
          { name = 'luasnip' },
 | 
					          { name = 'luasnip' },
 | 
				
			||||||
          { name = 'path' },
 | 
					          { name = 'path' },
 | 
				
			||||||
 | 
					          { name = 'nvim_lsp_signature_help' },
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    end,
 | 
					    end,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue