This commit is contained in:
Rubin Bhandari 2024-06-05 13:11:11 +00:00 committed by GitHub
commit 63de9f9bdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
return {
"LunarVim/bigfile.nvim",
event = { "BufReadPre", "BufNewFile" },
opts = {
filesize = 2, -- size of the file in MiB, the plugin round file sizes to the closest MiB
},
}