aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* add gemini language support (#8070)Sol Fisher Romanoff2023-08-26
* Add ltex-ls language server (#7838)David Else2023-08-23
* Highlight Dart 3 `sealed` and `base` keywords (#7974)arslee072023-08-23
* Handle switch from crossterm::Result to io::ResultMichael Davis2023-08-22
* Translate new ScrollLeft/ScrollRight crossterm mouse eventsMichael Davis2023-08-22
* Bump crossterm to 0.27 in helix-term on macosMichael Davis2023-08-22
* build(deps): bump crossterm from 0.26.1 to 0.27.0dependabot[bot]2023-08-22
* build(deps): bump serde from 1.0.183 to 1.0.185 (#8034)dependabot[bot]2023-08-22
* build(deps): bump thiserror from 1.0.44 to 1.0.47 (#8039)dependabot[bot]2023-08-22
* build(deps): bump tempfile from 3.7.1 to 3.8.0 (#8038)dependabot[bot]2023-08-22
* build(deps): bump cc from 1.0.79 to 1.0.83 (#8037)dependabot[bot]2023-08-22
* build(deps): bump anyhow from 1.0.72 to 1.0.75 (#8035)dependabot[bot]2023-08-22
* create separate timer for redraw requests (#8023)Pascal Kuthe2023-08-21
* Update pyright config to avoid time-outs (#8032)David Else2023-08-21
* goto_file_impl: use relative path to open file (#7965)Mike2023-08-21
* update fsharp tree-sitter (#8024)kaashyapan2023-08-21
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Remove path completions for `:new` command (#8010)nkitsaini2023-08-20
* Update tree-sitter to latest master (#7998)Michael Davis2023-08-19
* Nord theme: Update ruler to set bg instead of fg (#7995)dastrukar2023-08-18
* Update tree-sitter-robot (#7970)Tomas Sandven2023-08-18
* Update Monokai bufferline theming to be distinguish active buffers (#7983)Jack Allison2023-08-17
* markdown.inline: Add `injection.combined` to html tag (#7960)Pham Huy Hoang2023-08-16
* document a-ret picker keybinding (#7884)Bjorn Ove Hay Andersen2023-08-15
* autumn theme: improve readability of comments (#7939)Jens Getreu2023-08-15
* add .star as starlark file extension (#7922)David Bell2023-08-15
* add strace highlighting (#7928)sigmaSd2023-08-15
* goto_file: open picker if a directory is selected (#7909)Andrés Cabero2023-08-15
* Recognize more filenames for zsh (#7930)N2023-08-15
* Stop Terminal::drop from overriding work of Terminal::restore. (#7931)Dillard Robertson2023-08-15
* build(deps): bump rustix from 0.38.4 to 0.38.8 (#7946)dependabot[bot]2023-08-15
* build(deps): bump regex from 1.9.1 to 1.9.3 (#7945)dependabot[bot]2023-08-15
* build(deps): bump bitflags from 2.3.3 to 2.4.0 (#7943)dependabot[bot]2023-08-15
* build(deps): bump tokio from 1.29.1 to 1.31.0 (#7944)dependabot[bot]2023-08-15
* Make editor remember the latest search register (#5244)Jonathan LEI2023-08-14
* Include completions for git-ignored files in debugger prompt (#7936)quantonganh2023-08-14
* Update stale commentstheteachr2023-08-14
* fix formatting in the rust textobject query fileJesse Luehrs2023-08-14
* Update slint grammar (#7893)Erasin Wang2023-08-13
* Added some LSP servers and updated python's roots (#7897)Noob Zhang2023-08-13
* Add pod highlighting (#7907)Jesse Luehrs2023-08-13
* Prevent GraphemeStrs created from Strings from leaking (#7920)Dillard Robertson2023-08-13
* Document @align indent capture.Daniel Ebert2023-08-11
* Run indentation tests on a part of the Helix source code.Daniel Ebert2023-08-11
* Fix broken indentation that causes the indentation tests to fail.Daniel Ebert2023-08-11
* Improve C, Rust & Python indent queries & add @align captures.Daniel Ebert2023-08-11
* Implement @align (and @anchor) indent query.Daniel Ebert2023-08-11
* expand indents guideSkyler Hawthorne2023-08-10
* Fix YAML auto indentSkyler Hawthorne2023-08-10
* Jinja language family syntax support (#7233)Ivan Isekeev2023-08-09