From 7ad7d0e39d1041a8f5f95b76f35efe6a16142cbd Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 7 May 2026 23:07:59 +0800 Subject: Fix tabs --- lua/config/tabs.lua | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'lua') diff --git a/lua/config/tabs.lua b/lua/config/tabs.lua index 6e118ac..37e478b 100644 --- a/lua/config/tabs.lua +++ b/lua/config/tabs.lua @@ -15,20 +15,8 @@ return function() -- Set to any value >=0 to enable. auto_hide = 1, - -- Set the filetypes which barbar will offset itself for - sidebar_filetypes = { - -- Use the default values: {event = 'BufWinLeave', text = '', align = 'left'} - NvimTree = true, - -- Or, specify the text used for the offset: - undotree = { - text = 'undotree', - align = 'center', -- *optionally* specify an alignment (either 'left', 'center', or 'right') - }, - -- Or, specify the event which the sidebar executes when leaving: - ['neo-tree'] = {event = 'BufWipeout'}, - -- Or, specify all three - Outline = {event = 'BufWinLeave', text = 'symbols-outline', align = 'right'}, - }, + exclude_ft = { 'nvim-undotree' }, + -- icons = { -- -- Configure the base icons on the bufferline. -- cgit v1.2.3