rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.99k stars 196 forks source link

doesnt show completion popup with terminal #68

Closed kobayashi closed 6 years ago

kobayashi commented 6 years ago

Completion popup is bkack-out while using terminal.

screen shot 2017-11-01 at 10 13 31 pm

It is with macvim.

screen shot 2017-11-01 at 10 14 20 pm

My color settings in vmrc are the followings.

syntax on
hi Comment cterm=italic
set t_Co=256
set background=dark
colorscheme one
rakr commented 6 years ago

This is probably because you are using 256 colors, try to replace set t_Co=256 with set termguicolors

kobayashi commented 6 years ago

Thanks @rakr Solved!!