-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Cannot use the hl group override feature #292
Comments
Seems like I can reproduce this, and it appears to be a bug having to do with the compiler/cache (stale cache, false/incorrect cache hit, etc.) (i.e. if you delete the cache first and then run this it works fine or as expected). This requires debugging and further investigation. Thank you for the bug report. In the meantime, you can try:
Related #262 |
Closing due to inactivity. Can reopen later. |
Was facing a similar issue (configured styles not being applied), and |
This appears to be resolved as of the latest HEAD (4f44a5c), and the fix should be included in v1.0.2 as well. This issue may be closed. |
@wadefletch Yes, you could always define a
No, it was due to a bug in the compiler code. The compiler relies on a custom hash function and compiles your config together with theme settings from the plugin to a lua bytecode file. Its purpose is to improve nvim's startup time when loading plugins during startup (which it does). Please open a new issue and/or respond here with a comment if you face any similar issues in the future. |
config.lua
:Now running neovim with
It seems that overrides work fine with
github_dark
andgithub_dark_colorblind
colorscheme but are broken withgithub_dark_dimmed
,github_dark_high_contrast
.The text was updated successfully, but these errors were encountered: