diff options
Diffstat (limited to 'colors')
-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] |