vim-one icon indicating copy to clipboard operation
vim-one copied to clipboard

terminal: doesn't work with limelight: need g:limelight_conceal_ctermfg

Open gauteh opened this issue 8 years ago • 2 comments

This is probably not your problem, but I wanted to point out that this scheme (dark/light) in terminal does not work with the limelight plugin: https://github.com/junegunn/limelight.vim#options

I get the error: g:limelight_conceal_ctermfg required. when trying to turn limelight on.

gauteh avatar Oct 11 '17 12:10 gauteh

@gauteh I am not experiencing the same issue - perhaps it was fixed already... If you do need to set those you can do that yourself like so

  let g:limelight_conceal_ctermfg = '#454d5a'
  let g:limelight_conceal_guifg = '#454d5a'

Just add these two lines to your vimrc.

dkarter avatar Jan 07 '18 22:01 dkarter

Dorian Karter writes on januar 7, 2018 23:54:

@gauteh I am not experiencing the same issue - perhaps it was fixed already... If you do need to set those you can do that yourself like so

  let g:limelight_conceal_ctermfg = '#454d5a'
  let g:limelight_conceal_guifg = '#454d5a'

Just add these two lines to your vimrc.

Thanks, that should do the trick. I updated my plugins / colorschemes and still the same (in terminal at least).

gauteh avatar Jan 08 '18 08:01 gauteh