summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-05-07 23:07:59 +0800
committerbh <qn+git@excalibur.computer>2026-05-07 23:07:59 +0800
commit7ad7d0e39d1041a8f5f95b76f35efe6a16142cbd (patch)
treed9e85d0054dad1e1f78ab8153066b8131d858837 /lua/config
parentd39e8301cd4c661ee9ae8e84256b63975e8abf60 (diff)
Fix tabs
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/tabs.lua16
1 files changed, 2 insertions, 14 deletions
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.