aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update keymapWojciech Kępka2021-06-08
* commands: Add replace with yanked as `R`Wojciech Kępka2021-06-08
* completion: Fix unimplemented autocompleteWojciech Kępka2021-06-08
* ui: completion: Use the correct type_nameBlaž Hrastnik2021-06-07
* Create all parent directories for config and cacheWojciech Kępka2021-06-07
* Make gh/gl extend selection in select modeBlaž Hrastnik2021-06-07
* Address clippy lintBlaž Hrastnik2021-06-07
* Disable failing doctestBlaž Hrastnik2021-06-07
* Separate helix-term as a libraryIvan Tham2021-06-07
* Implement register selectionBenoît CORTIER2021-06-07
* Use upstream jsonrpc againBlaž Hrastnik2021-06-07
* lsp: Provide workspace root on client.initialize()Blaž Hrastnik2021-06-07
* Revert the line number rendering change, we were correct beforeBlaž Hrastnik2021-06-07
* Disable haskell grammar until build issues are resolvedBlaž Hrastnik2021-06-07
* Disable aarch64-macos, it fails to build on macos-latestBlaž Hrastnik2021-06-07
* Release 0.0.10Blaž Hrastnik2021-06-07
* View mode: Use saturating_sub when calculating first_colBlaž Hrastnik2021-06-07
* commands: use chars().count() over .len() on stringsBlaž Hrastnik2021-06-07
* Add diagnostics keys to keymap.mdBlaž Hrastnik2021-06-07
* Only test on stable rustBlaž Hrastnik2021-06-07
* Add aarch64-macos (M1) to the release build matrixBlaž Hrastnik2021-06-07
* fix: 2 panics while setting style + off by 1ahkrr2021-06-07
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
* Fix panic when moving over unicode punctuationBenoît CORTIER2021-06-07
* Add diagnostics keybindingsWojciech Kępka2021-06-07
* Add spc w w for window modeIvan Tham2021-06-07
* Refactor index assignmentKevin Sjöberg2021-06-06
* Allow moving backwards in completionsKevin Sjöberg2021-06-06
* Trigger directory completion upon pressing EnterKevin Sjöberg2021-06-06
* theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)Ingrid2021-06-06
* Fix unused importIvan Tham2021-06-06
* Add test for prev wordIvan Tham2021-06-06
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Calculate offset when moving picker cursorKevin Sjöberg2021-06-06
* Add a comment to `canonicalize_path`Wojciech Kępka2021-06-06
* Add a TODOWojciech Kępka2021-06-06
* Create document if it doesn't exist on saveWojciech Kępka2021-06-06
* Update build.ymlBlaž Hrastnik2021-06-06
* Add more coverage for CIIvan Tham2021-06-06
* Do not move past number of matchesKevin Sjöberg2021-06-06
* Return an error if we request an embedded file that does not exist.Brian Dawn2021-06-06
* Add a smoke test around loading runtime files.Brian Dawn2021-06-06
* Simplify the load_runtime_file code.Brian Dawn2021-06-06
* Simplify creating pathbufs.Brian Dawn2021-06-06
* Apply suggestions from code reviewBrian Dawn2021-06-06
* Make rust-embed optionally included based on the embed_runtime feature.Brian Dawn2021-06-06
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* Add window modeIvan Tham2021-06-06
* changed flag in build_cpp '/std:c++14' to '/std:c++17' due to tree_sitter_has...Jan Hrastnik2021-06-06
* fix: panicked at 'attempt to subtract with overflow' ahkrr2021-06-05