add option for overriding highlights (#596)

This commit is contained in:
siduck 2021-11-09 06:21:27 +05:30
parent c5fe1f711e
commit fd668e559e
4 changed files with 37 additions and 22 deletions

View file

@ -42,6 +42,7 @@ M.options = {
-- ui configs
M.ui = {
hl_override = "", -- path of your file which contains highlight stuffs
italic_comments = false,
-- theme to be used, check available themes with `<leader> + t + h`
theme = "onedark",