🚀 perf(nvim): dropbar bufread event

This commit is contained in:
Sergio Laín 2023-10-07 23:05:19 +02:00
parent 4022ef89b4
commit 076effee95
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,6 +1,7 @@
return { return {
{ {
"Bekaboo/dropbar.nvim", "Bekaboo/dropbar.nvim",
event = "BufRead",
config = function() config = function()
require("dropbar").setup() require("dropbar").setup()
end, end,