add: update config (tuning speed)

This commit is contained in:
asep.komarudin 2024-04-09 05:51:53 +07:00
parent 83ef9398c8
commit 22b81afe5f
8 changed files with 131 additions and 122 deletions

View file

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