aboutsummaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
Commit message (Collapse)AuthorAge
* Tokio migration.Blaž Hrastnik2021-05-06
|
* Closer to a full flake build via naersk.Blaž Hrastnik2021-05-03
| | | | | Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see submodules.
* Load theme from toml file.Blaž Hrastnik2021-03-25
|
* View tree implementation: render multiple split views.Blaž Hrastnik2021-02-03
| | | | | Cursors are still a bit buggy and we should render in focus statusbar differently than in the other pane.
* Update deps.Blaž Hrastnik2021-01-06
|
* lsp: Work on syncing the state with the language server.Blaž Hrastnik2020-12-25
|
* Save commandBlaž Hrastnik2020-12-03
|
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
|
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
|
* moved insert keymap to keymap.rsJan Hrastnik2020-09-30
|
* Extend selection commands.Blaž Hrastnik2020-09-28
|
* 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.