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: color highlight groups are invalid #421

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

harrisoncramer
Copy link
Owner

@harrisoncramer harrisoncramer commented Nov 10, 2024

Delay the function call that sets color highlights until Neovim is fully set up and loaded

return { fg = normal_fg, bg = normal_bg }
end

vim.api.nvim_create_autocmd("VimEnter", {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delaying this operation until after Neovim loads appears to resolve this issue

@harrisoncramer harrisoncramer marked this pull request as ready for review November 10, 2024 16:20
@harrisoncramer
Copy link
Owner Author

This is the solution to #307

@harrisoncramer harrisoncramer merged commit b606ceb into develop Nov 10, 2024
6 checks passed
@harrisoncramer harrisoncramer mentioned this pull request Nov 12, 2024
harrisoncramer added a commit that referenced this pull request Nov 12, 2024
fix: Show non-resolvable notes in winbar (#417)
fix: add more emojis and make emoji picker configurable (#414)
fix: comment creation should not be possible for renamed and moved files (#416)
fix: color highlight groups are invalid (#421)
fix: plugin failing to build on Windows (#419)

---------

Co-authored-by: Jakub F. Bortlík <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant