add: update

This commit is contained in:
asep.komarudin 2024-05-18 08:32:51 +07:00
parent 24292ff1b9
commit ebb2535ec2
6 changed files with 37 additions and 35 deletions

View file

@ -1,5 +1,6 @@
return {
"akinsho/bufferline.nvim",
branch = "main",
event = { "BufRead", "InsertEnter", "BufNewFile" },
config = function()
local status_ok, bufferline = pcall(require, "bufferline")