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:
@@ -151,7 +151,7 @@ require("lazy").setup {
|
||||
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
event = "VeryLazy",
|
||||
event = { "BufRead", "BufNewFile" } ,
|
||||
cond = firenvim_not_active,
|
||||
config = function()
|
||||
require("config.bufferline")
|
||||
|
||||
Reference in New Issue
Block a user