feat(nvim): open webm files via mime
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
This commit is contained in:
parent
25abc5cc7e
commit
80ef4a295c
@ -112,6 +112,7 @@ M.setup = function()
|
||||
["jpg"] = "png",
|
||||
["docx"] = open_mime,
|
||||
["mp4"] = open_mime,
|
||||
["webm"] = open_mime,
|
||||
["pptx"] = open_mime,
|
||||
["gif"] = "mp4",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user