Helix Editor

Basic Usage

Language Servers

JavaScript and TypeScript:

npm i -g vscode-langservers-extracted
npm i -g typescript-language-server typescript

Java Lanugage Server (jdtls) Download from https://download.eclipse.org/jdtls/milestones and add the bin directory to system path.

Check the installation of the Language Server

hx --health

Enable word-wrap

:toggle-option soft-wrap.enable

Tags linux tools

Back