build(deps): bump serde_json in the rust-dependencies group (#15084) f518026e parent 7a7edbdb

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by dependabot[bot] committed by GitHub

.cargo Add hook/event system 2 years ago
.github build(deps): bump actions/cache from 4 to 5 (#14975)
3 months ago
book Add language server definition for `verible-verilog-ls` (#15058) 3 months ago
contrib feat: add language filtering to hx --health (#13484) 8 months ago
docs docs: Add architecture notes for stdx and event crates
8 months ago
helix-core chore: Improve error messages for malformed `languages.toml` (#14960) 3 months ago
helix-dap feat: dedicated crate for DAP types (#14906) 4 months ago
helix-dap-types feat: dedicated crate for DAP types (#14906) 4 months ago
helix-event build(deps): bump the rust-dependencies group with 2 updates (#14373)
7 months ago
helix-loader Use `dylib` extension for the tree-sitter grammars on macos (#14982) 3 months ago
helix-lsp build(deps): bump the rust-dependencies group with 3 updates (#15073)
3 months ago
helix-lsp-types build(deps): bump serde_json in the rust-dependencies group (#15084)
3 months ago
helix-parsec fix(clippy): clippy 1.83 lints (#12150) 1 year ago
helix-stdx Allow access to arbitrary files if CAP_DAC_OVERRIDE is set on Linux (#15024) 3 months ago
helix-term fix: stale "nothing selected" and "no selections remaining" errors persisting after successful regex selection (#15051) 3 months ago
helix-tui Fix bold to dimmed transition in termina backend (#14986) 3 months ago
helix-vcs build(deps): bump gix from 0.76.0 to 0.77.0 (#15075)
3 months ago
helix-view build(deps): bump the rust-dependencies group with 5 updates (#15040)
3 months ago
runtime Update vim_dark_high_contrast theme: Add jump label highlight (#15030) 3 months ago
xtask Rainbow tree-sitter matches 🌈 (#13530) 8 months ago
.envrc direnv: Watch changes to default.nix
1 year ago
.gitattributes Help Linguist identify Tree-sitter queries (#13436) 11 months ago
.gitignore fix: added .DS_Store to gitignore 1 year ago
CHANGELOG.md Add release notes for 25.07.1
8 months ago
Cargo.lock build(deps): bump serde_json in the rust-dependencies group (#15084)
3 months ago
Cargo.toml build(deps): bump the rust-dependencies group with 3 updates (#15073)
3 months ago
LICENSE Add the LICENSE file. 4 years ago
README.md Remove skulpin mention from README.md (#15029) 3 months ago
base16_theme.toml base16_default: add styles to newer unthemed features (#10858)
1 year ago
default.nix fix: add runtimeDir as propagated build input (#14247) 7 months ago
flake.lock nix: Update flake lock 6 months ago
flake.nix flake: Remove darwin CoreFoundation dev-shell input
5 months ago
grammars.nix Use `dylib` extension for the tree-sitter grammars on macos (#14982) 3 months ago
languages.toml Add language server definition for `verible-verilog-ls` (#15058) 3 months ago
logo.svg Reduce logo sizes even more (#9211)
2 years ago
logo_dark.svg Reduce logo sizes even more (#9211)
2 years ago
logo_light.svg Reduce logo sizes even more (#9211)
2 years ago
rust-toolchain.toml chore(msrv): bump from 1.76 to 1.82 (#13275)
11 months ago
rustfmt.toml Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 4 years ago
screenshot.png update screenshot (#1879) 4 years ago
shell.nix build(nix): update flake deps, add default.nix file 3 years ago
theme.toml Allow theming directory prompt completions (#12205) 1 year ago

README.md

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

Although it’s primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using wgpu.

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!