feat(nvim): open webm files via mime
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-06-14 22:28:16 -05:00
parent 25abc5cc7e
commit 80ef4a295c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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