diff --git a/lua/plugins.lua b/lua/plugins.lua index 223bbda..8f7b39e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -333,7 +333,17 @@ local plugins = { }, config = true }, - { "RRethy/vim-illuminate" }, + { + "RRethy/vim-illuminate", + config = function() + require('illuminate').configure({ + providers = { + 'lsp', + }, + delay = 100, + }) + end + }, { "ofseed/lualine-copilot" }, { "folke/noice.nvim",