itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

No Color in Neovim #109

Closed geastwood closed 7 years ago

geastwood commented 7 years ago

NVIM: 0.1.7 echo &t_Co => 256 echo $TERM => xterm-256color

screen shot 2017-01-02 at 22 47 28
itchyny commented 7 years ago

I cannot reproduce this problem with the following init.vim.

call plug#begin()
Plug 'itchyny/calendar.vim'
call plug#end()
set background=dark
syntax on