summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-08-06 04:04:21 +0200
committerrebuilt <[email protected]>2021-08-06 04:04:21 +0200
commit3ccd5dbc8c56495d8424ff41cdfdb4d0d8ff39af (patch)
tree66e8838e8582e2985a3eed273dac29d2c1a7ad83 /lua/plugins.lua
parente93724d5f6607e876a60c946b8f59c4b3c61c215 (diff)
bufferline broke because the added active toggle will always be false. Set it in default_config to fix behavior
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 38627d8e..592ff7e1 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -176,7 +176,7 @@ return {
{
"romgrk/barbar.nvim",
config = function()
- require "core.bufferline"
+ require("core.bufferline").setup()
if lvim.builtin.bufferline.on_config_done then
lvim.builtin.bufferline.on_config_done()
end