mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Merge ba0e1d916c into cf2870cce0
This commit is contained in:
commit
63de9f9bdb
1 changed files with 7 additions and 0 deletions
7
lua/lazyvim/plugins/extras/editor/bigfile.lua
Normal file
7
lua/lazyvim/plugins/extras/editor/bigfile.lua
Normal 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
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue