aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/lib.rs
Commit message (Expand)AuthorAge
* follow neovim's truecolor detection (#9577)Kirawi2024-02-11
* Add hook/event systemPascal Kuthe2024-01-23
* feat(lsp): implement show document request (#8865)Matouš Dzivjak2024-01-17
* remove build warnings (#9180)Tshepang Mbambo2024-01-04
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Hide duplicate symlinks from the picker (#5658)Pascal Kuthe2023-02-02
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* migrate helix-syntax crate into helix-core and helix-termMichael Davis2022-03-10
* Add --health command for troubleshooting (#1669)Gokul Soumya2022-03-08
* Assume true color support on WindowsOmnikar2021-12-13
* Load alt default theme if true color is not supportedOmnikar2021-12-13
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* Add some async job infrastructure.Joe Neeman2021-06-30
* Replace `Editor::current` by a macroBenoît CORTIER2021-06-18
* Configurable keys 2 (Mapping keys to commands) (#268)PabloMansanet2021-06-17
* Separate helix-term as a libraryIvan Tham2021-06-07