Michael Davis ab56f9e26b
minor: Tweak some verbose LSP logs
The info log within `process_request_response` duplicated the body of
the JSON message printed earlier by the transport which was confusing.

The error log in the completion handler was easy to hit during normal
use and is not actually an error - dropping is the graceful way to
handle changes occurring while completion requests are in flight.
2025-03-04 11:25:11 -05:00
2024-01-23 11:20:19 +09:00
2025-02-13 08:41:46 -05:00
2025-02-13 08:41:46 -05:00
2025-03-04 10:03:46 -06:00
2022-08-03 08:21:51 -05:00
2024-11-20 16:18:42 -06:00
2025-02-02 18:58:29 -06:00
2021-05-11 01:44:00 +09:00
2024-01-02 23:16:37 +01:00
2024-10-16 01:52:50 +09:00
2022-03-30 00:16:57 +09:00

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 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!

Description
A post-modern modal text editor.
Readme MPL-2.0 18 MiB
Languages
Rust 80.3%
Tree-sitter-Query 18.8%
Handlebars 0.4%
Nix 0.2%
CSS 0.1%