From cf023c98487dfdad8842406c6b44c28ec7adca99 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Wed, 26 Apr 2023 20:27:03 +0200 Subject: [PATCH] remove deprecated bufferline option for default buffer icon --- lua/plugins/bufferline.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/bufferline.lua b/lua/plugins/bufferline.lua index 5044a76..00a5710 100644 --- a/lua/plugins/bufferline.lua +++ b/lua/plugins/bufferline.lua @@ -26,7 +26,6 @@ return { color_icons = true, -- whether or not to add the filetype icon highlights show_buffer_icons = true, -- disable filetype icons for buffers show_buffer_close_icons = true, - show_buffer_default_icon = true, -- whether or not an unrecognised filetype should show a default icon show_close_icon = false, show_tab_indicators = true, show_duplicate_prefix = true, -- whether to show duplicate buffer prefix