Added bigfile.nvim plugin
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
"LunarVim/bigfile.nvim",
|
||||||
|
event = "BufReadPre",
|
||||||
|
opts = {
|
||||||
|
filesize = 2,
|
||||||
|
},
|
||||||
|
config = function (_, opts)
|
||||||
|
require("bigfile").setup(opts)
|
||||||
|
end
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user