1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix bufferline loading issue

This commit is contained in:
jdhao 2023-09-01 21:26:10 +02:00
parent e92362041c
commit 8a1b3193a4

View File

@ -151,7 +151,7 @@ require("lazy").setup {
{
"akinsho/bufferline.nvim",
event = "VeryLazy",
event = { "BufRead", "BufNewFile" } ,
cond = firenvim_not_active,
config = function()
require("config.bufferline")