mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-11-04 14:31:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			259 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			259 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
return {
 | 
						|
  -- show function signature while typing
 | 
						|
  {
 | 
						|
    'ray-x/lsp_signature.nvim',
 | 
						|
    opts = {
 | 
						|
      bind = true,
 | 
						|
      handler_opts = {
 | 
						|
        border = "none"
 | 
						|
      },
 | 
						|
      hint_prefix = Hint_sign,
 | 
						|
      hint_scheme = "DiagnosticSignHint"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |