Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Tokio migration. | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | Closer to a full flake build via naersk. | Blaž Hrastnik | 2021-05-03 | |
| | | | | | Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see submodules. | |||
* | Load theme from toml file. | Blaž Hrastnik | 2021-03-25 | |
| | ||||
* | View tree implementation: render multiple split views. | Blaž Hrastnik | 2021-02-03 | |
| | | | | | Cursors are still a bit buggy and we should render in focus statusbar differently than in the other pane. | |||
* | Update deps. | Blaž Hrastnik | 2021-01-06 | |
| | ||||
* | lsp: Work on syncing the state with the language server. | Blaž Hrastnik | 2020-12-25 | |
| | ||||
* | Save command | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | argh -> clap to speed up compilation (no syn/proc_macro) | Blaž Hrastnik | 2020-10-01 | |
| | ||||
* | moved insert keymap to keymap.rs | Jan Hrastnik | 2020-09-30 | |
| | ||||
* | Extend selection commands. | Blaž Hrastnik | 2020-09-28 | |
| | ||||
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 | |
It still largely depends on term for some types but I plan to change that later. |