No description
Find a file
dependabot[bot] a590167533
build(deps): bump chrono from 0.4.23 to 0.4.24 ()
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24)

---
updated-dependencies:
- dependency-name: chrono
  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>
2023-03-13 19:23:58 -05:00
.cargo
.github
book Theme onelight add inlay-hint () 2023-03-12 11:56:54 -05:00
contrib Add Appstream metadata file () 2023-01-24 17:26:42 -06:00
docs
helix-core
helix-dap
helix-loader Generalised to multiple runtime directories with priorities () 2023-03-09 23:50:43 +09:00
helix-lsp
helix-parsec Remove now unused the pattern combinator 2023-03-08 10:48:35 +09:00
helix-term
helix-tui tui: Log keyboard enhancement query time 2023-03-08 10:49:32 +09:00
helix-vcs
helix-view Feat: LSP Type Hints () 2023-03-11 11:32:14 +09:00
runtime
xtask Fix new clippy lints () 2023-02-09 16:27:08 -06:00
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock
Cargo.toml
CHANGELOG.md
default.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
flake.lock
flake.nix
grammars.nix nix: replace runCommandNoCC with runCommand () 2022-09-27 08:01:58 -05:00
languages.toml Feat: LSP Type Hints () 2023-03-11 11:32:14 +09:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Rewrite and refactor all documentation () 2023-03-06 18:27:17 +09:00
rust-toolchain.toml update MSRV to 1.65 2023-03-05 15:54:02 +09:00
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 2021-07-23 18:11:22 +09:00
screenshot.png
shell.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
theme.toml
VERSION

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!