dotfiles/.config/nvim/lua/plugins/extras/util/bigfile.lua
2024-02-04 14:58:39 +01:00

7 lines
169 B
Lua

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