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

just does nothing #7

Closed
real-or-random opened this issue May 1, 2018 · 1 comment
Closed

just does nothing #7

real-or-random opened this issue May 1, 2018 · 1 comment

Comments

@real-or-random
Copy link
Contributor

Sorry, this is not a very informative bug report.
Dyevim just does nothng in C++ files.

I installed your YCM and it works perfectly with semantic features. There is no error message. :echo g:loaded_dyevim shows 1. I use solarized8 but even when I switch to wombat256_mod, things like std are not highlighted.

Any hints how to debug this?

@davits
Copy link
Owner

davits commented May 8, 2018

Hi @real-or-random, sorry for the late answer.
Are you using vim, gvim or neovim ?
Colorscheme naming is important, currently only solarized(has terminal support) and wombat256mod(no terminal support) are supported, but there is no support for solarize8 or wombat256_mod(maybe there is a typo?).
Please try using gvim with solarized colorscheme and see if it works.
If it doesn't, uncomment this line and send me the generated log file (dyevim.log):

#log.InitLogging('debug')

real-or-random added a commit to real-or-random/DyeVim that referenced this issue May 9, 2018
When Python 2 and 3 are available, we need to use the version that is
used by YCM to be able to access ycm_state. This commit adopts the
version detection logic of YCM to ensure that we use the right version.

Fixes davits#7.
real-or-random added a commit to real-or-random/DyeVim that referenced this issue May 9, 2018
When Python 2 and 3 are available, we need to use the version that is
used by YCM to be able to access ycm_state. This commit adopts the
version detection logic of YCM to ensure that we use the right version.

Fixes davits#7.
@davits davits closed this as completed in #8 May 10, 2018
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