add comment
This commit is contained in:
parent
03bd46bf9e
commit
d38d40a29c
1
init.vim
1
init.vim
|
@ -181,6 +181,7 @@ function! ToggleHighlights() abort "{{{
|
||||||
let b:toggle_highlights_state = ! b:toggle_highlights_state
|
let b:toggle_highlights_state = ! b:toggle_highlights_state
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" TODO account for dark/light colour schemes
|
||||||
if b:toggle_highlights_state == 1
|
if b:toggle_highlights_state == 1
|
||||||
hi Comment guifg=#9d9d9d
|
hi Comment guifg=#9d9d9d
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue