nvim: enable illuminate

This commit is contained in:
Daniel Lundin 2022-12-28 12:35:57 +01:00
parent 33ccb7f2af
commit 086d2a18dd
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
local M = {
"RRethy/vim-illuminate",
event = "BufReadPost",
config = function()
require("illuminate").configure({ delay = 200 })
end,
}
return M

View file

@ -57,6 +57,8 @@ function M.config()
GitSignsChange({ fg = "#FFA726" }),
GitSignsChangeNr({ fg = "#FFE0B2" }),
IlluminatedWordText({ bg = "#FFEB3B" }),
-- LspCodeLens({ fg = "#00ff00", gui = "undercurl" }),
-- LspSignatureActiveParameter({ fg = "#ff0000", bg = "#ffffcc" }),