add option for overriding highlights (#596)
This commit is contained in:
parent
c5fe1f711e
commit
fd668e559e
4 changed files with 37 additions and 22 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue