8 ms·
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
by Queue29 4y 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]
- deagle50 4y agoI liked autumn so much I copied it in IntelliJ and VS Code.