summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-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.