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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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