7 lines
189 B
Lua
7 lines
189 B
Lua
return {
|
|
"LunarVim/bigfile.nvim",
|
|
event = { "BufReadPre", "BufNewFile" },
|
|
opts = {
|
|
filesize = 1, -- size of the file in MiB, the plugin round file sizes to the closest MiB
|
|
},
|
|
}
|