aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
Commit message (Expand)AuthorAge
* There is no direct dirs-next dependency in termBlaž Hrastnik2021-06-27
* Release 0.3.0Blaž Hrastnik2021-06-27
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Re-export unicode crates from helix_coreBlaž Hrastnik2021-06-20
* ui: prompt: Better unicode supportBlaž Hrastnik2021-06-20
* cargo: add more metadata to manifestsBenoît CORTIER2021-06-19
* Run cargo-dietBenoît CORTIER2021-06-19
* cargo: add version to local dependenciesBenoît CORTIER2021-06-19
* Bump once_cell from 1.7.2 to 1.8.0 (#255)dependabot[bot]2021-06-14
* Bump crossterm from 0.19.0 to 0.20.0dependabot[bot]2021-06-14
* Release v0.2.0Blaž Hrastnik2021-06-13
* build(nix): use nix-cargo-integration, make shell.nix use flake devshellYusuf Bera Ertan2021-06-13
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Release 0.0.10Blaž Hrastnik2021-06-07
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* Dropped pico-args in favour of a simpler hand roller parserCorey Powell2021-06-02
* Drop clap for pico-argsBlaž Hrastnik2021-05-31
* Add the LICENSE file.Blaž Hrastnik2021-05-10
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
* Disable default features on futures-util to drop proc macros.Blaž Hrastnik2021-05-08
* Eliminate a few more futures dependencies.Blaž Hrastnik2021-05-06
* Tokio migration.Blaž Hrastnik2021-05-06
* Closer to a full flake build via naersk.Blaž Hrastnik2021-05-03
* wip: Async async. Delay response handling with a callback.Blaž Hrastnik2021-03-26
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
* ui: wip: Markdown doc renderer.Blaž Hrastnik2021-03-05
* lsp: Disable snippet_support until we implement it.Blaž Hrastnik2021-02-22
* Always store the log file under home dir.Blaž Hrastnik2021-02-19
* Update deps.Blaž Hrastnik2021-01-06
* lsp: generate_transaction_from_text_editsBlaž Hrastnik2020-12-23
* File picker mockup, reuses the line editor work done on Prompt.Blaž Hrastnik2020-12-17
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
* Configure logging (-vv for debug level logs)Blaž Hrastnik2020-12-03
* Reroute LSP notification events into the main app event loop.Blaž Hrastnik2020-12-03
* wip: Basic LSP lifecycle requests/notifications.Blaž Hrastnik2020-12-03
* Use crate info for clap help text.Blaž Hrastnik2020-10-02
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
* Extend selection commands.Blaž Hrastnik2020-09-28
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
* Refactor a little bit.Blaž Hrastnik2020-09-12
* cleanup: Import tree-sitter-highlight so we can cache trees.Blaž Hrastnik2020-09-11
* draft: tree-sitter highlightingBlaž Hrastnik2020-09-09
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09
* Bump deps, eliminate a lot of transitive deps.Blaž Hrastnik2020-09-08
* Experiment with TUI so we can render selections.Blaž Hrastnik2020-09-07
* Bump deps, make it compile with latest smol.Blaž Hrastnik2020-09-04
* Update dependencies.Blaž Hrastnik2020-08-11