dotfiles/.config/nvim/lua/plugins/extras/util/bigfile.lua
2024-06-01 22:09:55 +02:00

7 lines
189 B
Lua

return {
"LunarVim/bigfile.nvim",
event = { "BufReadPre", "BufNewFile" },
opts = {
filesize = 1, -- size of the file in MiB, the plugin round file sizes to the closest MiB
},
}