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