diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 426c4be6..ab9d7737 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -303,7 +303,13 @@ return { { "RRethy/vim-illuminate", event = { "BufReadPost", "BufNewFile" }, - opts = { delay = 200 }, + opts = { + delay = 200, + large_file_cutoff = 2000, + large_file_overrides = { + providers = { "lsp" }, + }, + }, config = function(_, opts) require("illuminate").configure(opts)