add illuminate
This commit is contained in:
parent
5d0272790f
commit
84c233094f
2 changed files with 22 additions and 14 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -56,4 +56,12 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"RRethy/vim-illuminate",
|
||||||
|
event = { "BufReadPost", "BufNewFile" },
|
||||||
|
opts = { delay = 200 },
|
||||||
|
config = function(_, opts)
|
||||||
|
require("illuminate").configure(opts)
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue