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