feat(nvim): recognize djvu for xdg-open tasks

This commit is contained in:
Price Hiller 2023-10-04 01:36:46 -05:00
parent ec7e0ab24f
commit 22b0d12499
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -113,6 +113,7 @@ M.setup = function()
["pdf"] = function(buf, fpath, fname)
open_mime(buf, fpath, fname)
end,
["djvu"] = "pdf",
["png"] = function(buf, fpath, fname)
open_mime(buf, fpath, fname)
end,