mirror of
				https://github.com/tiyn/tidy.nvim.git
				synced 2025-10-31 19:21:21 +01:00 
			
		
		
		
	I was using a function that turns list-like tables into sets to quickly search the filetype_exclude table. This commit replaces that tool with one from vim.api and adds error handling to ensure that filetype_exclude is a list-like table.