diff --git a/lua/lazyvim/plugins/extras/editor/bigfile.lua b/lua/lazyvim/plugins/extras/editor/bigfile.lua new file mode 100644 index 00000000..508d5a98 --- /dev/null +++ b/lua/lazyvim/plugins/extras/editor/bigfile.lua @@ -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 + }, +}