6 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   flake.modules.nixvim.custom.plugins = {
 | |
|     lsp.servers.eslint.enable = true;
 | |
|     typescript-tools.enable = true;
 | |
|   };
 | |
| }
 |