You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
David Vogt 92ae31925f feat: tree sitter path
This adds a "tree-sitter-path" element to the possible status lines, which
is useful for large code bases where you cannot see the beginning of the current
function/class/type etc.

Suggested config:

```
[editor.statusline]
center = ["tree-sitter-path"]
```
6 months ago
..
src feat: tree sitter path 6 months ago
tests Handle relative symlinks on write (#10790) 6 months ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump the rust-dependencies group across 1 directory with 10 updates (#10871) 6 months ago
build.rs Add icon to Windows executable (#9104) 10 months ago