refactor(nvim): change bigfile to trigger on 100mb
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m16s

This commit is contained in:
Price Hiller 2024-05-12 09:58:06 -05:00
parent 24c142208d
commit 086fbb6ec9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -2,7 +2,7 @@ return {
{ {
"LunarVim/bigfile.nvim", "LunarVim/bigfile.nvim",
opts = { opts = {
filesize = 10, filesize = 100,
}, },
}, },
} }