mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add highlighting
This commit is contained in:
parent
105006d7c2
commit
86ccea8c34
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ onedarkpro.setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
options = {
|
options = {
|
||||||
|
bold = true,
|
||||||
|
italic = true,
|
||||||
|
underline = true,
|
||||||
|
undercurl = true,
|
||||||
cursorline = true,
|
cursorline = true,
|
||||||
window_unfocussed_color = true,
|
window_unfocussed_color = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue