From ca78f8b4e11ed429e02060d3cb392bf939b5cddd Mon Sep 17 00:00:00 2001 From: Jack Cogdill Date: Sat, 9 Dec 2017 14:09:13 -0500 Subject: Fix invisible terminal cursor in neovim (#19) --- colors/ayu.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/colors/ayu.vim b/colors/ayu.vim index 021768f..83002ba 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -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] -- cgit v1.2.3-18-g5258