From 8ac914fd2b72abbe73e785497233330edae51696 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 4 Jun 2025 19:45:29 +0800 Subject: [PATCH] fix nvim: neo-tree on barbar title --- .../exact_plugins/exact_components/barbar.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dot_config/nvim/exact_lua/exact_plugins/exact_components/barbar.lua b/dot_config/nvim/exact_lua/exact_plugins/exact_components/barbar.lua index 8174065..e91872e 100644 --- a/dot_config/nvim/exact_lua/exact_plugins/exact_components/barbar.lua +++ b/dot_config/nvim/exact_lua/exact_plugins/exact_components/barbar.lua @@ -21,12 +21,12 @@ return { -- separator = {left = '', right = ''}, }, sidebar_filetypes = { - ['neo-tree'] = { - event = 'BufWipeout', - text = ' Explorer', - align = 'left', - -- event = 'BufWinEnter' - }, + -- ['neo-tree'] = { + -- event = 'BufWipeout', + -- -- text = ' Explorer', + -- align = 'left', + -- -- event = 'BufWinEnter' + -- }, undotree = { text = 'undotree', align = 'center', -- *optionally* specify an alignment (either 'left', 'center', or 'right')