mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2026-02-10 16:01:55 +01:00
9 lines
112 B
Lua
9 lines
112 B
Lua
|
|
return {
|
||
|
|
"LunarVim/bigfile.nvim",
|
||
|
|
lazy = true,
|
||
|
|
event = "BufReadPre",
|
||
|
|
opts = {
|
||
|
|
file_size = 2,
|
||
|
|
},
|
||
|
|
}
|