Added additional type hints
This commit is contained in:
		@@ -3,5 +3,5 @@ require'lsp_extensions'.inlay_hints{
 | 
			
		||||
	prefix = " > ",
 | 
			
		||||
	aligned = false,
 | 
			
		||||
	only_current_line = false,
 | 
			
		||||
	enabled = { "ChainingHint" }
 | 
			
		||||
	enabled = {"TypeHint", "ChainingHint", "ParameterHint"}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user