perf(nvim): disable illuminate in large files
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
This commit is contained in:
parent
80ef4a295c
commit
5b4ecc05ee
@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user