No description
Find a file
dependabot[bot] 9851edf477
build(deps): bump cachix/install-nix-action from V27 to 28 ()
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/V27...V28)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 11:31:36 +09:00
.cargo
.github build(deps): bump cachix/install-nix-action from V27 to 28 () 2024-09-17 11:31:36 +09:00
book
contrib contrib: nushell: also complete available languages with --health () 2024-07-28 16:52:20 +02:00
docs
helix-core
helix-dap &Option<T> -> Option<&T> () 2024-07-09 18:34:28 +09:00
helix-event
helix-loader build(deps): bump the rust-dependencies group with 4 updates () 2024-08-13 07:59:42 +02:00
helix-lsp build(deps): bump the rust-dependencies group with 4 updates () 2024-09-10 22:59:03 +09:00
helix-lsp-types fix(clippy): doc_lazy_continuation () 2024-09-07 12:31:14 +09:00
helix-parsec use workspace inheritance for common version () 2023-12-05 10:54:18 +09:00
helix-stdx build(deps): bump the rust-dependencies group with 4 updates () 2024-08-13 07:59:42 +02:00
helix-term
helix-tui
helix-vcs
helix-view
runtime
xtask
.envrc
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock build(deps): bump the rust-dependencies group with 4 updates () 2024-09-10 22:59:03 +09:00
Cargo.toml Add helix-lsp-types to workspace 2024-07-28 10:41:29 -04:00
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix Make nix flake respect unused grammars () 2024-01-14 15:11:40 +01:00
languages.toml fix: Lean language server consuming excessive memory () 2024-09-15 19:08:35 +09:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 2021-07-23 18:11:22 +09:00
screenshot.png
shell.nix
theme.toml

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 @jakenvac for designing the logo!