Skip to content

Commit

Permalink
fix: avoid bufferline not appear when open file by telescope. (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir authored Dec 29, 2024
1 parent e3b8673 commit 87d6b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ui["goolord/alpha-nvim"] = {
}
ui["akinsho/bufferline.nvim"] = {
lazy = true,
event = { "BufReadPost", "BufAdd", "BufNewFile" },
event = { "BufReadPre", "BufAdd", "BufNewFile" },
config = require("ui.bufferline"),
}
ui["Jint-lzxy/nvim"] = {
Expand Down

0 comments on commit 87d6b9f

Please sign in to comment.