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

feat(defaults): statusline layout & colors and make `insert_final_newline` opt-in #13

Closed usagi-flow closed 3 months ago

usagi-flow commented 3 months ago

The statusline is defaults are changed to bring a healthy balance between clarity (centered file path) and a lualine-like behavior (colored file-type, colors enabled by default).

The colors can still be deactivated by setting editor.color-modes to false.

Furthermode, editor.insert_final_newline is arguably unexpected behavior and is now an opt-in setting, i.e. disabled by default.