Skip to content

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 <jakub.bortlik@proton.me>
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.

2 participants