ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.84k stars 455 forks source link

fix(neovide): neovide is not set up correctly because of `ipairs` #1052

Closed csyJoy closed 8 months ago

csyJoy commented 8 months ago

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.