From b5798225a7e1cc974361c2955ecb4626bf8f5bf5 Mon Sep 17 00:00:00 2001 From: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:56:37 +0200 Subject: [PATCH] fix(bufferline): explicit filetype for Snacks explorer --- lua/lazyvim/plugins/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 23afdc39..d4e30e11 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -38,7 +38,7 @@ return { text_align = "left", }, { - filetype = "snacks_layout_box", + filetype = "snacks_explorer", }, }, ---@param opts bufferline.IconFetcherOpts