mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-11-03 22:11:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			185 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			185 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
return {
 | 
						|
  -- clean up white spaces and empty lines before writing
 | 
						|
  {
 | 
						|
    "mcauley-penney/tidy.nvim",
 | 
						|
    branch = "main",
 | 
						|
    opts = {
 | 
						|
      filetype_exclude = { "diff" }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |