Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gauteh opened this issue Oct 11, 2017 · 2 comments
Open

Comments

@gauteh
Copy link

gauteh commented Oct 11, 2017

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.

@dkarter
Copy link
Contributor

dkarter commented Jan 7, 2018

@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.

@gauteh
Copy link
Author

gauteh commented Jan 8, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants