No description
Find a file
Blaž Hrastnik 58e457a4e1
Revert "Fix : Remove soft-wrap.enable option wrapping. ()"
This caused a bug that would ignore the global config.

This reverts commit af88a3c15c.
2023-04-08 21:52:34 +09:00
.cargo
.github Recursive create the pkgname directory when creating a release tarball 2023-04-03 10:54:57 +09:00
book Add support for Robot Framework files () 2023-04-07 08:19:48 +08:00
contrib Add changelog notes for the 23.03 release () 2023-03-31 15:21:05 +09:00
docs Document how to run tests () 2023-03-11 08:03:19 -06:00
helix-core Revert "Fix : Remove soft-wrap.enable option wrapping. ()" 2023-04-08 21:52:34 +09:00
helix-dap feat(debug): highlight current line () 2023-03-29 12:52:19 +09:00
helix-loader implement proper lsp-workspace support 2023-03-29 12:57:30 +09:00
helix-lsp Fix typos () 2023-04-07 23:10:38 +08:00
helix-parsec revamped snippet text element parsing 2023-03-16 15:46:08 +09:00
helix-term Fix typos () 2023-04-07 23:10:38 +08:00
helix-tui Fix typos () 2023-04-07 23:10:38 +08:00
helix-vcs update dependencies 2023-03-31 15:19:10 +09:00
helix-view Revert "Fix : Remove soft-wrap.enable option wrapping. ()" 2023-04-08 21:52:34 +09:00
runtime themes: add inlay-hint to nightfox () 2023-04-08 21:18:33 +09:00
xtask feat: lint for ui.virtual and catch present and future virtual based features () 2023-03-15 23:17:00 +09:00
.envrc Work around a nix-direnv issue 2022-02-25 18:01:47 +09:00
.gitattributes Add .gitattributes () 2022-08-03 08:21:51 -05:00
.gitignore Remove vale from .gitignore 2022-07-26 10:22:28 +09:00
.ignore
base16_theme.toml
Cargo.lock Update tree-sitter to v0.20.10 () 2023-04-06 12:29:17 +09:00
Cargo.toml Update tree-sitter to v0.20.10 () 2023-04-06 12:29:17 +09:00
CHANGELOG.md changelog: Add remaining notes for 23.03 () 2023-04-01 12:10:41 +09:00
default.nix
flake.lock build(nix): update flake dependencies, remove deprecated code from flake 2023-04-02 01:58:10 +03:00
flake.nix build(nix): update flake dependencies, remove deprecated code from flake 2023-04-02 01:58:10 +03:00
grammars.nix
languages.toml Add support for Robot Framework files () 2023-04-07 08:19:48 +08:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
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!