feat(nvim): add docx
fts to bufnew intercept
This commit is contained in:
parent
a0d9240ace
commit
a1cd9e0437
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user