1 2 3 4 5 6
vim.filetype.add({ pattern = { ['^/etc/portage/package.*/$'] = 'oil', ['todo.txt'] = 'todotxt', }, })