feat(nvim): support wav files for file interception

This commit is contained in:
Price Hiller 2024-02-04 13:24:51 -06:00
parent e86b68b7a6
commit 02ffe71292
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -104,6 +104,7 @@ M.setup = function()
local extension_callbacks = {
["pdf"] = open_mime,
["djvu"] = "pdf",
["wav"] = open_mime,
["png"] = open_mime,
["jpg"] = "png",
["mp4"] = open_mime,