15 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   plugins.mini = {
 | |
|     enable = true;
 | |
| 
 | |
|     modules = {
 | |
|       ai = { };
 | |
|       align = { };
 | |
|       bracketed = { };
 | |
|       move = { };
 | |
|       operators = { };
 | |
|       splitjoin = { };
 | |
|       surround = { };
 | |
|     };
 | |
|   };
 | |
| }
 |