aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* migrate helix-syntax crate into helix-core and helix-termMichael Davis2022-03-10
* add tree-sitter sources to languages.tomlMichael Davis2022-03-10
* remove all submodulesMichael Davis2022-03-10
* Add --edit-config flag to directly open config.toml (#1771)Joe2022-03-09
* Update architecture.md (#1750)Daniel S Poulin2022-03-09
* Fix bug in LSP when creating a file in a folder that does not exist (#1775)Emil Fresk2022-03-08
* Add --health command for troubleshooting (#1669)Gokul Soumya2022-03-08
* use latest nix-cargo-integration which depends on dream2nix (#1758)Michael Davis2022-03-08
* Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724)Daniel S Poulin2022-03-08
* Allow highlighting additional spans in md rendererGokul Soumya2022-03-08
* Extract markdown code block highlighting functionGokul Soumya2022-03-08
* Bump dependenciesBlaž Hrastnik2022-03-08
* build(deps): bump tree-sitter from 0.20.4 to 0.20.5 (#1770)dependabot[bot]2022-03-08
* build(deps): bump once_cell from 1.9.0 to 1.10.0 (#1768)dependabot[bot]2022-03-08
* build(deps): bump actions/checkout from 2 to 3 (#1767)dependabot[bot]2022-03-08
* build(deps): bump actions/upload-artifact from 2.3.1 to 3 (#1766)dependabot[bot]2022-03-08
* Change parameter object keybind from `p` to `a` (#1708)Gokul Soumya2022-03-07
* Add helix-term as default-membersBlaž Hrastnik2022-03-07
* Split out typable commands into a separate fileBlaž Hrastnik2022-03-07
* Add comment textobject for surround selection and navigation (#1605)Daniel S Poulin2022-03-06
* chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754)chunghha2022-03-05
* update helix-syntax revision in flake.nix (#1747)Michael Davis2022-03-05
* fix: text_pos_at_screen_coords testsBlaž Hrastnik2022-03-04
* Fix tab rendering to use dynamic tab widthBlaž Hrastnik2022-03-04
* Remove TODO.mdBlaž Hrastnik2022-03-04
* Reuse visual_coords_at_pos function in viewBlaž Hrastnik2022-03-04
* Fallback to broader scope if theme scope not found (#1714)Gokul Soumya2022-03-04
* Rename infobox theme scopes (#1741)Gokul Soumya2022-03-04
* minor: Remove some outdated commentsBlaž Hrastnik2022-03-03
* Extract a common function for paste_before/_afterBlaž Hrastnik2022-03-03
* core: transaction: Resolve some TODOsBlaž Hrastnik2022-03-03
* Simplify get_clipboard_provider by defining one per hostBlaž Hrastnik2022-03-03
* Extract idle timeout code into ui/editor.rsBlaž Hrastnik2022-03-03
* Picker performance improvementsBlaž Hrastnik2022-03-03
* Add `inputs.nixpkgs.follows` to `rust-overlay` in `flake.nix` (#1729)Erin Kim2022-03-03
* Refactor align_selection by simplifying the calculationBlaž Hrastnik2022-03-03
* refactor align_selection using kakoune logicBob Qi2022-03-03
* Fix bug with auto replacing components in compositor (#1711)Gokul Soumya2022-03-03
* Fix cachix.yml definitionBlaž Hrastnik2022-03-02
* add workflow for pushing nix flake artifacts to Cachix (#1721)Michael Davis2022-03-02
* Add terraform lsp support (#1726)Michael Daffin2022-03-01
* Add jumplist support for the search (closes #1625) (#1718)Philipp Mildenberger2022-03-01
* Make repeat operator work with completion edits (#1640)Mateusz S. Szczygieł2022-03-01
* Ensure non empty grouped nodes in textobject queriesGokul Soumya2022-03-01
* Allow capturing multiple nodes in textobject queriesGokul Soumya2022-03-01
* Implement bulk buffer closing commands (#1677)Daniel S Poulin2022-03-01
* Highlight matching text in file picker suggestions (#1635)Ludwig Stecher2022-03-01
* Show infobox to hint textobjects with `mi` and `ma` (#1686)Daniel S Poulin2022-03-01
* Minor cleanup of file picker file gathering logic (#1683)Daniel S Poulin2022-03-01
* Bring configuration documentation up to date (missing editor.search section) ...Philipp Mildenberger2022-03-01