11 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   vim = {
 | |
|     languages.markdown = {
 | |
|       enable = true;
 | |
|       format = true;
 | |
|     };
 | |
|     utility = {
 | |
|       preview.markdownPreview = {enable = true;};
 | |
|     };
 | |
|   };
 | |
| }
 |