usagi-flow / evil-helix

Bringing the Helix editor to the evil side
https://github.com/usagi-flow/helix
Mozilla Public License 2.0
280 stars 7 forks source link

fix(evil): ensure evil mode is enabled by default #7

Closed usagi-flow closed 3 months ago

usagi-flow commented 3 months ago

When starting without a user configuration, the editor would load with evil set to false. Fix this by not only adjusting the defaults, but by separating the defaults in respective default_evil() functions. The editor is now evil by default.

Fixes #4