Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) | Ingrid | 2021-06-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * theme: Enable style modifiers in theme.toml * docs: theme documentation * fixup: parse modifiers with filter_map * theme: tests for parse_style * theme: Log invalid cases in theme.toml parse * docs: theme documentation fixup * docs: Blaz's theming comments * docs: Theme doc fixes from pickfire Co-authored-by: Ivan Tham <pickfire@riseup.net> * theme: More context in logs, TODO for alerting users * contrib: Ingrid's theme * docs: Theme subsection fixes Co-authored-by: Ivan Tham <pickfire@riseup.net> | |||
* | Add the LICENSE file. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 | |
| | | | | | We only rely on some of the rendering primitives and implement our Cursive-style compositor on top. | |||
* | Eliminate a few more futures dependencies. | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | 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. |