add illuminate

This commit is contained in:
Alexander Navarro 2023-05-17 21:16:22 -04:00
parent 5d0272790f
commit 84c233094f
2 changed files with 22 additions and 14 deletions

View file

@ -19,7 +19,7 @@ return {
}, },
}, },
config = function() config = function()
opts = { local opts = {
highlights = { separator = { bg = "NONE" } }, highlights = { separator = { bg = "NONE" } },
options = { options = {
-- FIXME: Doesn't work with onedark pro colorscheme -- FIXME: Doesn't work with onedark pro colorscheme

View file

@ -56,4 +56,12 @@ return {
}, },
}, },
}, },
{
"RRethy/vim-illuminate",
event = { "BufReadPost", "BufNewFile" },
opts = { delay = 200 },
config = function(_, opts)
require("illuminate").configure(opts)
end,
},
} }