perf(nvim): disable illuminate in large files
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s

This commit is contained in:
Price Hiller 2024-06-15 00:43:14 -05:00
parent 80ef4a295c
commit 5b4ecc05ee
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -2,5 +2,8 @@ return {
{ {
"RRethy/vim-illuminate", "RRethy/vim-illuminate",
event = { "CursorHold", "BufReadPre", "BufNewFile" }, event = { "CursorHold", "BufReadPre", "BufNewFile" },
config = function()
require("illuminate").configure({ large_file_cutoff = 10000 })
end,
}, },
} }