pojokcodeid.nvim-lazy/lua/pcode/plugins/extras/bigfiles.lua

9 lines
112 B
Lua
Raw Permalink Normal View History

2024-11-04 21:29:25 +07:00
return {
2024-11-06 12:22:10 +07:00
"LunarVim/bigfile.nvim",
lazy = true,
event = "BufReadPre",
opts = {
file_size = 2,
},
2024-11-04 21:29:25 +07:00
}