hh9527

Results 21 issues of hh9527

This is very useful for editing no-western text document. (for example: markdown files) VIM has already support this feature for many years.

enhancement

Is it possible to support Allocator type parameter and support customized deref? ```rust pub trait Allocatior { type RefId; unsafe fn alloc(&self, size: usize, align: usize) -> (Self::RefId, *mut u8);...

will this project support windows?

Nowadays, I switch to `helix` + `Zellij` (a modern tmux alternative) + `Alacritty`, the combo are very powerful. But sometimes, I miss the time when I was using vscode (with...

C-enhancement
A-helix-term
E-hard

I want to write some rune script to get os environment, but I dont know how to read environtment variables of OS. Is there a missing?

question

## PROS - Low level, user code has the full flow-control, `spawn` free in hyper level - How-to/When-to use `spawn` could be full decided by the user level code -...

C-feature
B-rfc

```rust encoder.add_length(0).unwrap(); if encoder.done_headers().unwrap() { // this should be unreachable } ```

type: Feature
flag: Needs more info
priority: 5 (nice to have)

fix https://github.com/helix-editor/helix/issues/4523

S-waiting-on-review