diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 57faca4e..38627d8e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -182,6 +182,7 @@ return { end end, event = "BufWinEnter", + disable = not lvim.builtin.bufferline.active, }, -- Debugging |