| Commit message (Expand) | Author | Age |
... | |
* | feat(themes): add mode-specific styles to the tokyonight themes (#4415) | Mr. E | 2022-10-22 |
* | lsp: Resolve completion items missing documentation on idle (#4406) | Michael Davis | 2022-10-22 |
* | Change syntax for suffix file-types configurations (#4414) | Michael Davis | 2022-10-22 |
* | Theme: Papercolor: Fixed cursorline background (#4317) | Mehedi Hasan | 2022-10-21 |
* | Added 2 new themes (#4367) | PORTALSURFER | 2022-10-21 |
* | Add textobjects.scm for zig (#4409) | Sora | 2022-10-21 |
* | syntax: Don't force lower-case for filenames (#4346) | Christian Speich | 2022-10-21 |
* | grammar: Don't require lower-case (#4346) | Christian Speich | 2022-10-21 |
* | nit: Do less allocations in `ui::menu::Item::label` implementations | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | nit: move an allocation to happen after a `continue`, making sure it's | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | fix: write-all crash (#4384) | Skyler Hawthorne | 2022-10-21 |
* | Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392) | Nimrod | 2022-10-21 |
* | flush writes on force quit (#4397) | Skyler Hawthorne | 2022-10-21 |
* | Add undercurl styles to the default theme | Blaž Hrastnik | 2022-10-21 |
* | cargo fmt | Blaž Hrastnik | 2022-10-21 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | Fix shellwords delimiter handling (#4098) | A-Walrus | 2022-10-21 |
* | Sort by fixed diagnostics/is_preffered within codeaction categories | Pascal Kuthe | 2022-10-21 |
* | never sort menu items when no fuzzy matching is possible | Pascal Kuthe | 2022-10-21 |
* | use permalink to vscode repo | Pascal Kuthe | 2022-10-21 |
* | use stable sort instead of allocating new vectors | Pascal Kuthe | 2022-10-21 |
* | sort autocompletins by fuzzy match | Pascal Kuthe | 2022-10-21 |
* | sort codeaction by their kind instead of alphabetically | Pascal Kuthe | 2022-10-21 |
* | simplify encoding test macro (#4385) | Kirawi | 2022-10-21 |
* | Clarify use of `HELIX_RUNTIME` (#4382) | Greg Troszak | 2022-10-21 |
* | Fix multi byte auto pairs (#4024) | Skyler Hawthorne | 2022-10-21 |
* | feat(view): re-use align_view function (#4390) | Matouš Dzivjak | 2022-10-20 |
* | Silence dead_code warning on AppBuilder::with_config | Michael Davis | 2022-10-20 |
* | Remove language-server configuration in integration tests | Michael Davis | 2022-10-20 |
* | Use helix_view::apply_transaction in integration-tests | Michael Davis | 2022-10-20 |
* | chore(view): remove indent_unit helper fn (#4389) | Matouš Dzivjak | 2022-10-20 |
* | Add support for D (#4372) | Garrett D'Amore | 2022-10-20 |
* | Upgrade rescript tree sitter & highlights (#4356) | Jared Ramirez | 2022-10-20 |
* | fix(commands): no last picker error (#4387) | Matouš Dzivjak | 2022-10-20 |
* | Allow using path suffixes to associate language file-types (#2455) | midnightexigent | 2022-10-20 |
* | Merge pull request #2267 from dead10ck/fix-write-fail | Blaž Hrastnik | 2022-10-20 |
|\ |
|
| * | fix tree_sitter_scopes | Skyler Hawthorne | 2022-10-19 |
| * | reduce LSP timeout to 3s | Skyler Hawthorne | 2022-10-19 |
| * | fail if doc save sender is closed | Skyler Hawthorne | 2022-10-19 |
| * | Editor::flush_writes returns an error | Skyler Hawthorne | 2022-10-19 |
| * | Use flush_writes in application.close() | Blaž Hrastnik | 2022-10-19 |
| * | doc.close() now unused | Blaž Hrastnik | 2022-10-19 |
| * | Wire up save_queue as a part of new_document rather than open | Blaž Hrastnik | 2022-10-19 |
| * | Seems like this flush is unnecessary | Blaž Hrastnik | 2022-10-19 |
| * | Use a write_count to determine how many writes left to flush | Blaž Hrastnik | 2022-10-19 |
| * | Deduplicate flush_writes | Blaž Hrastnik | 2022-10-19 |
| * | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
| * | improve app close failure display | Skyler Hawthorne | 2022-10-19 |
| * | fix tests | Skyler Hawthorne | 2022-10-19 |
| * | review comments | Skyler Hawthorne | 2022-10-19 |