Skip to content

Commit

Permalink
fix: avoid bufferline not appear when open file by telescope or nvim-…
Browse files Browse the repository at this point in the history
…tree.
  • Loading branch information
CharlesChiuGit committed Dec 31, 2024
1 parent ce0de2f commit 1783c99
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 1783c99

Please sign in to comment.