blob: 4c7ada95560cf5c394a2c4d44aa3ad37ae237b11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
A Kakoune / Neovim inspired editor, written in Rust.
Features:
- Vim-like modal editing
- Multiple selections
- Built-in language server support
- Smart, incremental syntax highlighting and code editing
via tree-sitter
If you don't want to build grammar files which provide syntax
highlighting, use HELIX_DISABLE_AUTO_GRAMMAR_BUILD=yes. Those can be
built later with:
hx --grammar fetch; hx --grammar build
This will install them in the runtime directory within the user's helix
config directory.
In order to use system clipboard in Wayland, wl-clipboard is needed.
To build HTML documentation use DOCS=yes. This requires mdbook.
|