mirror of
https://github.com/tiyn/tidy.nvim.git
synced 2025-09-14 05:37:46 +02: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.