Hacker News new | ask | show | jobs
by Queue29 1313 days ago
Started using helix as my $EDITOR a few weeks ago and so far I love it.

Especially 'hx --health' and its built-in ability to use many language LSP's.

My helix config file is literally 3 lines long, and with that I get full language support.

    theme = "autumn"
    [editor]
    rulers = [80, 120]
1 comments

I liked autumn so much I copied it in IntelliJ and VS Code.