feat(nvim): add external prog interception for pptx files

This commit is contained in:
Price Hiller 2024-02-22 22:12:14 -06:00
parent 1a7bf0264b
commit e51927a37e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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