mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
8 lines
112 B
Lua
8 lines
112 B
Lua
return {
|
|
"LunarVim/bigfile.nvim",
|
|
lazy = true,
|
|
event = "BufReadPre",
|
|
opts = {
|
|
file_size = 2,
|
|
},
|
|
}
|