diff options
author | Jack Cogdill <jackcogdill@users.noreply.github.com> | 2017-12-09 14:09:13 -0500 |
---|---|---|
committer | Ike Ku <dempfi@yahoo.com> | 2017-12-09 21:09:13 +0200 |
commit | ca78f8b4e11ed429e02060d3cb392bf939b5cddd (patch) | |
tree | de051f91f15b4d0bb470982c588546c8f7403c65 | |
parent | fb6fa29c895352ac4d540ab58bb19e5a2b04713f (diff) |
Fix invisible terminal cursor in neovim (#19)
-rw-r--r-- | colors/ayu.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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] |