Added bigfile.nvim plugin

This commit is contained in:
2025-10-27 13:50:26 +09:00
parent e105d4b2c1
commit d9aa956ed8
+10
View File
@@ -0,0 +1,10 @@
return {
"LunarVim/bigfile.nvim",
event = "BufReadPre",
opts = {
filesize = 2,
},
config = function (_, opts)
require("bigfile").setup(opts)
end
}