🚀 perf(nvim): change event condition for bigfile.nvim

This commit is contained in:
Sergio Laín 2024-06-01 22:09:55 +02:00
parent 0253353b08
commit bbecb88ab7
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -1,6 +1,6 @@
return {
"LunarVim/bigfile.nvim",
event = "LazyFile",
event = { "BufReadPre", "BufNewFile" },
opts = {
filesize = 1, -- size of the file in MiB, the plugin round file sizes to the closest MiB
},