This commit is contained in:
asep komarudin 2023-10-01 09:22:01 +07:00
parent 869d48754d
commit 607827147d
5 changed files with 8 additions and 8 deletions

View file

@ -48,7 +48,7 @@ return {
},
{
"akinsho/bufferline.nvim",
event = "BufRead",
event = "BufWinEnter",
config = function()
require("user.bufferline")
end,