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

fix(lib): Hackly workaround for neovim core bug #141

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

EdenEast
Copy link
Owner

There is an issue with setting Normal highlight using nvim_set_hl.
When getting the results with nvim_get_hl_by_name("Normal", true) this
returns:

{
  [true] = 6
}

The workaround is to make Normal a special case at the end and set it
with :highlight until this bug is resolved.

Relates: #139

There is an issue with setting `Normal` highlight using `nvim_set_hl`.
When getting the results with `nvim_get_hl_by_name("Normal", true)` this
returns:

```
{
  [true] = 6
}
```

The workaround is to make `Normal` a special case at the end and set it
with `:highlight` until this bug is resolved.
@EdenEast EdenEast added bug Something isn't working compiler Change relating to style compiler labels Apr 20, 2022
@EdenEast EdenEast self-assigned this Apr 20, 2022
@EdenEast EdenEast merged commit 32a007b into main Apr 20, 2022
@EdenEast EdenEast deleted the fix/neovim-normal-bug branch April 20, 2022 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler Change relating to style compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant