Fix invisible terminal cursor in neovim (#19)
This commit is contained in:
parent
fb6fa29c89
commit
ca78f8b4e1
@ -195,7 +195,6 @@ exe "hi! CursorLineConceal" .s:fg_guide .s:bg_line .s:fmt_none
|
||||
" Terminal in 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_1 = s:palette.markup[s:style]
|
||||
let g:terminal_color_2 = s:palette.string[s:style]
|
||||
|
Loading…
Reference in New Issue
Block a user