McAuley Penney 7fdda2828a refactor: replace custom util with api fn
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.
2023-08-09 07:26:59 -07:00
..