fix(#2450): apply NvimTreeImageFile for webp and jxl files (#2451)

This commit is contained in:
zootedb0t
2023-10-08 06:07:20 +05:30
committed by GitHub
parent 85abe29396
commit 94e572e141

View File

@@ -51,6 +51,8 @@ local picture_map = {
jpeg = true,
png = true,
gif = true,
webp = true,
jxl = true,
}
function M.draw(unloaded_bufnr)