mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-15 06:53:52 -05:00
Fix define highlight.
This commit is contained in:
@@ -15,6 +15,7 @@ function! s:init_hl()
|
||||
highlight BrightestDefaultCursorWord gui=underline guifg=NONE
|
||||
highlight BrightestUnderline term=underline cterm=underline gui=underline
|
||||
endfunction
|
||||
call s:init_hl()
|
||||
|
||||
|
||||
command! -bar BrightestEnable let g:brightest_enable = 1 | call brightest#highlight()
|
||||
|
||||
Reference in New Issue
Block a user