1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
A post-modern modal text editor. https://helix-editor.com
Go to file
dependabot[bot] b908abae2d
build(deps): bump anyhow from 1.0.76 to 1.0.78 (#9200)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.78.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.78)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 15:37:49 +09:00
.cargo
.github Update upload/download-artifact actions to v4 (#9120) 2023-12-21 14:09:26 +09:00
book Add config to mark diagnostic sources as persistent 2023-12-27 15:28:14 +09:00
contrib
docs
helix-core make diagnostics stick to word boundaries 2023-12-27 15:28:14 +09:00
helix-dap
helix-event
helix-loader build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053) 2023-12-12 22:46:11 +09:00
helix-lsp Avoid crashing with 2 instances of the same LSP (#9134) 2024-01-02 09:29:22 -06:00
helix-parsec
helix-term consistent diagnostic sorting 2023-12-27 15:28:14 +09:00
helix-tui build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053) 2023-12-12 22:46:11 +09:00
helix-vcs build(deps): bump gix from 0.57.0 to 0.57.1 (#9202) 2024-01-04 15:37:22 +09:00
helix-view consistent diagnostic sorting 2023-12-27 15:28:14 +09:00
runtime rust highlights: clean up constructor logic (#8957) 2024-01-02 16:38:13 +01:00
xtask
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock build(deps): bump anyhow from 1.0.76 to 1.0.78 (#9200) 2024-01-04 15:37:49 +09:00
Cargo.toml
CHANGELOG.md
default.nix
flake.lock
flake.nix Fix version of Nix package (#9013) 2023-12-09 03:04:09 +09:00
grammars.nix
languages.toml Add .prettierrc to json file types (#9214) 2024-01-02 17:47:59 -05:00
LICENSE
logo_dark.svg Reduce logo sizes even more (#9211) 2024-01-02 23:16:37 +01:00
logo_light.svg Reduce logo sizes even more (#9211) 2024-01-02 23:16:37 +01:00
logo.svg Reduce logo sizes even more (#9211) 2024-01-02 23:16:37 +01:00
README.md Update README.md to add link to Kakoune and Neovim (#9119) 2023-12-19 15:50:39 +01:00
rust-toolchain.toml
rustfmt.toml
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!