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(util): simplify set_highlights and fix settings being cleared #63

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

A-Lamia
Copy link
Contributor

@A-Lamia A-Lamia commented Jul 14, 2023

This function was doing too much unnecessary things and was resetting user highlights tables to nil as well as unnecessarily trying to merge tables multiple times this changes should also make this function much more performant.

closes: #62

This function was doing too much unnecessary things and was resetting
user highlights tables to nil as well as unnecessarily trying to merge
tables multiple times this changes should also make this function much
more performant.
@A-Lamia A-Lamia force-pushed the none_persistant_config_fix branch from b0391d4 to 719a59b Compare July 14, 2023 08:17
Copy link
Member

@mehalter mehalter left a comment

Choose a reason for hiding this comment

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

LGTM!

@mehalter mehalter merged commit d9ac783 into main Jul 14, 2023
@mehalter mehalter deleted the none_persistant_config_fix branch July 14, 2023 11:25
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.

Highlight group modifications don't persist after reloading colorschemes
2 participants