mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00:00
fix(bufferline): explicit filetype for Snacks explorer
This commit is contained in:
parent
c64a61734f
commit
b5798225a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue