|
|
|
|
|
by ristomatti
638 days ago
|
|
I'm using Helix (https://helix-editor.com/) on Termux on my 12.2" Samsung Galaxy Tab S8+. It's absolutely flying and less hassle to get LSP's to your favorite language setup. It could also be easier to learn than Vim if you're just getting into Vim. It's definitely not difficult for a Vim user* either. Helix is available on Termux repo's: pkg install helix helix-grammars
*) Last year WebStorm started getting painfully slow with some TypeScript codebases I worked with. It got the point I thought to give NeoVim a try. I knew my 10y old Vim config just wouldn't cut it to replace WebStorm for me, so I spent some 3 months on and off fiddling to get LSP support properly working. I then ran across Helix around last December, and ended up as a happy Helix user instead.Edit: Fixed formatting (my fourth comment on HN...) |
|