fix(bufferline): explicit filetype for Snacks explorer

This commit is contained in:
Iordanis Petkakis 2026-02-16 01:56:37 +02:00
parent c64a61734f
commit b5798225a7

View file

@ -38,7 +38,7 @@ return {
text_align = "left", text_align = "left",
}, },
{ {
filetype = "snacks_layout_box", filetype = "snacks_explorer",
}, },
}, },
---@param opts bufferline.IconFetcherOpts ---@param opts bufferline.IconFetcherOpts