diff options
author | christianchiarulli <[email protected]> | 2021-08-05 15:50:09 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-08-05 15:50:09 -0400 |
commit | 20a4da558335a64a7cf7a6bd1d3500827e138635 (patch) | |
tree | 7ba565f502b195f024d99e151f6c85fe2c313e23 /lua/plugins.lua | |
parent | 00d4ebc1657f4121e9f3d03f1b2c26fdd29a4247 (diff) |
ability to toggle bufferline
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 |