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(neovide): neovide is not set up correctly because of ipairs #1052

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

csyJoy
Copy link
Contributor

@csyJoy csyJoy commented Nov 3, 2023

since the numeric keys are ignored as whole in iparis iteration, configurations in neovide_config actually aren't set to neovide, after switching ipairs to pairs, configurations are set properly.

since the numeric keys are ignored as whole in `iparis` iteration, configurations in
`neovide_config` actually aren't set to neovide, after switching `ipairs` to `pairs`,
configurations are set properly.
Copy link
Owner

@ayamir ayamir left a comment

Choose a reason for hiding this comment

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

My fault.

@ayamir ayamir merged commit 5e36f9f into ayamir:main Nov 3, 2023
2 checks passed
singlemancombat pushed a commit to singlemancombat/nvim-config that referenced this pull request Nov 3, 2023
…amir#1052)

since the numeric keys are ignored as whole in `iparis` iteration, configurations in
`neovide_config` actually aren't set to neovide, after switching `ipairs` to `pairs`,
configurations are set properly.
@csyJoy csyJoy deleted the fix branch February 28, 2024 13:01
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.

None yet

2 participants