aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAge
* Set flags necessary for cargo-flamegraphBlaž Hrastnik2022-01-23
|
* docs: Auto generate command listGokul Soumya2021-12-08
|
* Enable thin LTOBlaž Hrastnik2021-11-15
| | | | | It compiles about half a second slower for me, so it seems fine to use by default.
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
| | | | | We only rely on some of the rendering primitives and implement our Cursive-style compositor on top.
* Faster dev builds on OSX if using Rust 1.51.Blaž Hrastnik2021-03-29
|
* wipBlaž Hrastnik2020-12-03
|
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
| | | | | It still largely depends on term for some types but I plan to change that later.
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
|
* Refactor a little bit.Blaž Hrastnik2020-09-12
|
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09
|
* Initial import.Blaž Hrastnik2020-05-20