No description
Find a file
Michael Davis ec55b4d5af
Add changelog notes for the 23.03 release ()
* changelog: Checkpoint 2023-01-10

commit: 927fa112ec

* changelog: Checkpoint 2023-02-05

commit: 9c98043c1c

* changelog: Checkpoint 2023-03-17

commit: bd473928ae

* changelog: Checkpoint 2023-03-27

commit: 5323020c3f

* Set a tentative release date for 2023-03-31

* Update CHANGELOG.md

* Mention virtual text PR in inlayed type hints feature links

* Fix description for 5097

* Rebalance features, usability improvements and fixes

* Reorganize some out-of-place changes to the proper sections

* Eliminate the LSP configurations section

This has a lot of overlap with the 'new languages' section with newly
supported LSP configurations. Smaller changes to LSP configurations
are not so common so I folded those into the 'updated languages and
queries' section.
2023-03-31 15:21:05 +09:00
.cargo
.github
book add option to enable/disable lsp snippets 2023-03-31 15:19:36 +09:00
contrib Add changelog notes for the 23.03 release () 2023-03-31 15:21:05 +09:00
docs
helix-core Canonicalize paths before stripping current dir as prefix () 2023-03-30 11:21:40 -05:00
helix-dap
helix-loader
helix-lsp add option to enable/disable lsp snippets 2023-03-31 15:19:36 +09:00
helix-parsec
helix-term add option to enable/disable lsp snippets 2023-03-31 15:19:36 +09:00
helix-tui Performant and correct set_spans_truncated 2023-03-31 15:19:22 +09:00
helix-vcs update dependencies 2023-03-31 15:19:10 +09:00
helix-view add option to enable/disable lsp snippets 2023-03-31 15:19:36 +09:00
runtime
xtask
.envrc
.gitattributes
.gitignore
.ignore Add a .ignore file to make ripgrep more useful () 2022-08-03 09:00:39 -05:00
base16_theme.toml
Cargo.lock update dependencies 2023-03-31 15:19:10 +09:00
Cargo.toml
CHANGELOG.md Add changelog notes for the 23.03 release () 2023-03-31 15:21:05 +09:00
default.nix
flake.lock build(nix): fix devshell 2023-02-25 07:06:30 +03:00
flake.nix
grammars.nix
languages.toml
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml feat(debug): highlight current line () 2023-03-29 12:52:19 +09:00
VERSION Add changelog notes for the 23.03 release () 2023-03-31 15:21:05 +09:00

Helix

Build status GitHub Release Documentation GitHub contributors Matrix Space

Screenshot

A Kakoune / Neovim inspired editor, written in Rust.

The editing model is very heavily based on Kakoune; during development I found myself agreeing with most of Kakoune's design decisions.

For more information, see the website or documentation.

All shortcuts/keymaps can be found in the documentation on the website.

Troubleshooting

Features

  • Vim-like modal editing
  • Multiple selections
  • Built-in language server support
  • Smart, incremental syntax highlighting and code editing via tree-sitter

It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to Emacs) in wgpu or skulpin.

Note: Only certain languages have indentation definitions at the moment. Check runtime/queries/<lang>/ for indents.scm.

Installation

Installation documentation.

Packaging status

Contributing

Contributing guidelines can be found here.

Getting help

Your question might already be answered on the FAQ.

Discuss the project on the community Matrix Space (make sure to join #helix-editor:matrix.org if you're on a client that doesn't support Matrix Spaces yet).

Credits

Thanks to @JakeHL for designing the logo!