From 53f37f1e3a0e16ce62901c7af8cff229cb3b19b7 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 18 Nov 2024 14:07:41 -0500 Subject: [PATCH] change config --- .config/nvim/lua/plugins/illuminate.lua | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.config/nvim/lua/plugins/illuminate.lua b/.config/nvim/lua/plugins/illuminate.lua index 36dd19a..8ab29a0 100644 --- a/.config/nvim/lua/plugins/illuminate.lua +++ b/.config/nvim/lua/plugins/illuminate.lua @@ -1,23 +1,18 @@ return { "RRethy/vim-illuminate", - lazy = true, + event = { "BufReadPre", "BufNewFile" }, opts = { providers = { "lsp", "treesitter", "regex", }, - delay = 200, + delay = 100, filetypes_denylist = { - "dashboard", - "alpha", - "NvimTree", "help", + "man", "markdown", "md", - "dirbuf", - "dirvish", - "fugitive", }, under_cursor = true, min_count_to_highlight = 1,