8b0ae3d279
* rust-toolchain.toml: bump MSRV to 1.70.0 With Firefox 120 released on 21 November 2023, the MSRV is now 1.70.0. * Fix cargo fmt with Rust 1.70.0 * Fix cargo clippy with Rust 1.70.0 * Fix cargo doc with Rust 1.70.0 * rust-toolchain.toml: add clippy component * .github: bump dtolnay/rust-toolchain to 1.70 * helix-term: bump rust-version to 1.70 * helix-view/gutter: use checked_ilog10 to count digits * helix-core/syntax: use MAIN_SEPARATOR_STR constant * helix-view/handlers/dap: use Display impl for displaying process spawn error * WIP: helix-term/commands: use checked math to assert ranges cannot overlap |
12 months ago | |
---|---|---|
.cargo | 2 years ago | |
.github | 12 months ago | |
book | 12 months ago | |
contrib | 1 year ago | |
docs | 1 year ago | |
helix-core | 12 months ago | |
helix-dap | 2 years ago | |
helix-event | 1 year ago | |
helix-loader | 1 year ago | |
helix-lsp | 12 months ago | |
helix-parsec | 2 years ago | |
helix-term | 12 months ago | |
helix-tui | 12 months ago | |
helix-vcs | 1 year ago | |
helix-view | 12 months ago | |
runtime | 12 months ago | |
xtask | 1 year ago | |
.envrc | 3 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.ignore | 1 year ago | |
CHANGELOG.md | 1 year ago | |
Cargo.lock | 12 months ago | |
Cargo.toml | 1 year ago | |
LICENSE | 4 years ago | |
README.md | 1 year ago | |
VERSION | 1 year ago | |
base16_theme.toml | 2 years ago | |
default.nix | 2 years ago | |
flake.lock | 1 year ago | |
flake.nix | 1 year ago | |
grammars.nix | 1 year ago | |
languages.toml | 12 months ago | |
logo.svg | 2 years ago | |
logo_dark.svg | 2 years ago | |
logo_light.svg | 2 years ago | |
rust-toolchain.toml | 12 months ago | |
rustfmt.toml | 3 years ago | |
screenshot.png | 3 years ago | |
shell.nix | 2 years ago | |
theme.toml | 2 years ago |
README.md
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.
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
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!