feat(nvim): add bigfile.nvim

This commit is contained in:
Price Hiller 2024-03-16 01:07:31 -05:00
parent ed13db569e
commit 637dc98337
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,8 @@
return {
{
"LunarVim/bigfile.nvim",
opts = {
filesize = 10
}
}
}