feat(nvim): add docx fts to bufnew intercept

This commit is contained in:
Price Hiller 2024-06-03 17:17:02 -05:00
parent a0d9240ace
commit a1cd9e0437
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -110,6 +110,7 @@ M.setup = function()
["wav"] = open_mime,
["png"] = open_mime,
["jpg"] = "png",
["docx"] = open_mime,
["mp4"] = open_mime,
["pptx"] = open_mime,
["gif"] = "mp4",