1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add highlighting

This commit is contained in:
Mo 2022-08-21 22:38:29 +02:00
parent 105006d7c2
commit 86ccea8c34

View file

@ -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,
}, },