add inlay type hints by default in helix
This commit is contained in:
		
							parent
							
								
									dbba8a2577
								
							
						
					
					
						commit
						589da4b4fa
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -13,6 +13,7 @@
 | 
				
			||||||
      editor = {
 | 
					      editor = {
 | 
				
			||||||
        line-number = "relative";
 | 
					        line-number = "relative";
 | 
				
			||||||
        lsp.display-messages = true;
 | 
					        lsp.display-messages = true;
 | 
				
			||||||
 | 
					        lsp.display-inlay-hints = true;
 | 
				
			||||||
        cursor-shape = {
 | 
					        cursor-shape = {
 | 
				
			||||||
          insert = "bar";
 | 
					          insert = "bar";
 | 
				
			||||||
          normal = "block";
 | 
					          normal = "block";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue