15 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   vim = {
 | |
|     binds.whichKey = {
 | |
|       enable = true;
 | |
|     };
 | |
|     utility = {
 | |
|       preview = {
 | |
|         markdownPreview = {
 | |
|           enable = true;
 | |
|           autoStart = true;
 | |
|         };
 | |
|       };
 | |
|     };
 | |
|   };
 | |
| }
 |