9 lines
118 B
Lua

return {
"RRethy/vim-illuminate",
lazy = false,
config = function()
require("illuminate").configure({})
end,
}