Skip to content

Commit 94e572e

Browse files
authored
fix(#2450): apply NvimTreeImageFile for webp and jxl files (#2451)
1 parent 85abe29 commit 94e572e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/nvim-tree/renderer/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ local picture_map = {
5151
jpeg = true,
5252
png = true,
5353
gif = true,
54+
webp = true,
55+
jxl = true,
5456
}
5557

5658
function M.draw(unloaded_bufnr)

0 commit comments

Comments
 (0)