refactor(nvim): change bigfile to trigger on 100mb
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m16s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m16s
This commit is contained in:
parent
24c142208d
commit
086fbb6ec9
@ -2,7 +2,7 @@ return {
|
||||
{
|
||||
"LunarVim/bigfile.nvim",
|
||||
opts = {
|
||||
filesize = 10,
|
||||
filesize = 100,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user