add: big file plugins

This commit is contained in:
asep.komarudin 2024-06-20 07:06:20 +07:00
parent f2cd687048
commit b643b04031
4 changed files with 15 additions and 16 deletions

8
lua/plugins/bigfile.lua Normal file
View file

@ -0,0 +1,8 @@
return {
"LunarVim/bigfile.nvim",
lazy = true,
event = "BufReadPre",
opts = {
file_size = 2,
},
}