diff options
| author | jdhao <jdhao@hotmail.com> | 2023-09-01 21:26:10 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-09-01 21:27:13 +0200 |
| commit | 8a1b3193a4def30b2181d319f476cb31b3bcb8df (patch) | |
| tree | 64ee9f2131e6ee4d2e6e55fa78beb047c6de9ff6 /lua/plugins.lua | |
| parent | e92362041c9427a5a5a1a8b354afa51343085a7e (diff) | |
fix bufferline loading issue
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index cd8667c..143634a 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -151,7 +151,7 @@ require("lazy").setup { { "akinsho/bufferline.nvim", - event = "VeryLazy", + event = { "BufRead", "BufNewFile" } , cond = firenvim_not_active, config = function() require("config.bufferline") |
