feat(nvim): add external prog interception for pptx files
This commit is contained in:
parent
1a7bf0264b
commit
e51927a37e
@ -108,6 +108,7 @@ M.setup = function()
|
||||
["png"] = open_mime,
|
||||
["jpg"] = "png",
|
||||
["mp4"] = open_mime,
|
||||
["pptx"] = open_mime,
|
||||
["gif"] = "mp4",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user