🚀 perf(nvim): change event condition for bigfile.nvim
This commit is contained in:
parent
0253353b08
commit
bbecb88ab7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"LunarVim/bigfile.nvim",
|
"LunarVim/bigfile.nvim",
|
||||||
event = "LazyFile",
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
opts = {
|
opts = {
|
||||||
filesize = 1, -- size of the file in MiB, the plugin round file sizes to the closest MiB
|
filesize = 1, -- size of the file in MiB, the plugin round file sizes to the closest MiB
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue