junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.5k stars 115 forks source link

compatibility problem with easymotion #18

Closed adouzzy closed 10 years ago

adouzzy commented 10 years ago

When in goyo mode. easymotion failed to highlight the keys for the words. They usually turns red, but in goyo, they remain the some color as rest of the text. https://github.com/Lokaltog/vim-easymotion

Thank you very much.

adouzzy commented 10 years ago

I find out that it is something to do with the colorcolumn removal feature. I fixed the problem after I comment lines 54 175 " setlocal colorcolumn=

junegunn commented 10 years ago

gy-em

Hi, thanks for the report. I've just installed easymotion and it seems to work fine with my configuration as you can see in the attached image. I'm not familiar with the implementation of easymotion, but to be honest I don't understand how not setting colorcolumn can resolve the problem. Maybe the problem of your colorscheme?

adouzzy commented 10 years ago

It’s wired. The problem goes away~ I should do more tests before lodging an issue. Please close that.

I really love your goyo! Good job!

On 6 Mar 2014, at 5:24 pm, Junegunn Choi notifications@github.com wrote:

Hi, thanks for the report. I've just installed easymotion and it seems to work fine with my configuration as you can see in the attached image. I'm not familiar with the implementation of easymotion, but to be honest I don't understand how not setting colorcolumn can resolve the problem. Maybe the problem of your colorscheme?

— Reply to this email directly or view it on GitHub.

junegunn commented 10 years ago

Okay, thanks!