Fix invisible terminal cursor in neovim (#19)

This commit is contained in:
Jack Cogdill 2017-12-09 14:09:13 -05:00 committed by Ike Ku
parent fb6fa29c89
commit ca78f8b4e1

View File

@ -195,7 +195,6 @@ exe "hi! CursorLineConceal" .s:fg_guide .s:bg_line .s:fmt_none
" Terminal in NVIM " Terminal in NVIM
" --------- " ---------
if has("nvim") if has("nvim")
exec "hi! TermCursor" .s:fg_bg .s:bg_fg
let g:terminal_color_0 = s:palette.bg[s:style] let g:terminal_color_0 = s:palette.bg[s:style]
let g:terminal_color_1 = s:palette.markup[s:style] let g:terminal_color_1 = s:palette.markup[s:style]
let g:terminal_color_2 = s:palette.string[s:style] let g:terminal_color_2 = s:palette.string[s:style]