| Commit message (Expand) | Author | Age |
... | |
* | update OneDarker theme to use light-gray for inlay hints. (#7433) | gobraves | 2023-06-29 |
* | LSP: Use negotiated position encoding for workspace edits (#7469) | Michael Davis | 2023-06-29 |
* | LSP: Discard publishDiagnostic from uninitialized servers (#7467) | Michael Davis | 2023-06-28 |
* | correctly map unsorted positions (#7471) | Pascal Kuthe | 2023-06-28 |
* | build(deps): bump libc from 0.2.146 to 0.2.147 (#7463) | dependabot[bot] | 2023-06-27 |
* | build(deps): bump serde_json from 1.0.97 to 1.0.99 (#7462) | dependabot[bot] | 2023-06-27 |
* | build(deps): bump toml from 0.7.4 to 0.7.5 (#7461) | dependabot[bot] | 2023-06-27 |
* | build(deps): bump gix from 0.46.0 to 0.47.0 (#7460) | dependabot[bot] | 2023-06-27 |
* | Mark buffers created from stdin as modified (#7431) | Michael Davis | 2023-06-26 |
* | fix: Regression from d491e234f4eb4d8c3869f44ab71fedf022dc463e | Blaž Hrastnik | 2023-06-26 |
* | move normalize fastpath into normalize function | Pascal Kuthe | 2023-06-25 |
* | map positions through changes in O(N) | Pascal Kuthe | 2023-06-25 |
* | feat(toml): highlight table headers (#7441) | Branch Vincent | 2023-06-24 |
* | highlight(matlab): Bumps tree-sitter-matlab commit. (#7442) | Álan Crístoffer | 2023-06-24 |
* | Allow any indent size from 1 to 16 (#7429) | Scott Driggers | 2023-06-23 |
* | Replace MATLAB grammar (#7388) | Álan Crístoffer | 2023-06-22 |
* | Theme: port of Zed's OneDark and OneLight themes (#7250) | eh | 2023-06-22 |
* | make TS matching fallback to plaintext | Pascal Kuthe | 2023-06-22 |
* | Avoid false positives in non-fuzzy bracket match | Pascal Kuthe | 2023-06-22 |
* | match pairs which don't form a standalone TS node | Pascal Kuthe | 2023-06-22 |
* | Fix tree sitter chunking (#7417) | A-Walrus | 2023-06-21 |
* | build(deps): bump bitflags from 2.3.1 to 2.3.2 (#7394) | dependabot[bot] | 2023-06-20 |
* | build(deps): bump serde_json from 1.0.96 to 1.0.97 (#7393) | dependabot[bot] | 2023-06-20 |
* | build(deps): bump cachix/install-nix-action from 21 to 22 (#7392) | dependabot[bot] | 2023-06-20 |
* | remove mention of Wasm from `vision.md` (#7395) | Kirawi | 2023-06-20 |
* | highlight(sql): Update tree-sitter-sql to `98a7fc9` (#7387) | LeoniePhiline | 2023-06-19 |
* | Fix Component implementations for Picker (#7382) | Michael Davis | 2023-06-19 |
* | Merge pull request #7264 from the-mikedavis/merge-picker-and-filepicker | Pascal Kuthe | 2023-06-19 |
|\ |
|
| * | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
| * | Make file preview callback optional | Michael Davis | 2023-06-18 |
| * | Move FilePicker struct def closer to impl block | Gokul Soumya | 2023-06-18 |
| * | Render the preview in FilePicker | Gokul Soumya | 2023-06-18 |
| * | Move Picker::render into FilePicker::render | Gokul Soumya | 2023-06-18 |
| * | Move Component methods except render() to FilePicker | Gokul Soumya | 2023-06-18 |
| * | Move handle_event methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
| * | Move navigation methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
| * | Move scoring functions from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
| * | Copy struct fields and new() from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
| * | Move FilePicker::render from Component impl to normal impl | Gokul Soumya | 2023-06-18 |
* | | Allow ANSI colors in themes (#5119) | tomleb | 2023-06-19 |
|/ |
|
* | Use default line ending in open command (#7357) | Alex | 2023-06-17 |
* | Add forth-lsp and update tree-sitter-forth (#7334) | Alexander Brevig | 2023-06-16 |
* | Add yank_joined command (#7195) | spectre256 | 2023-06-16 |
* | Add config for default line ending (#5621) | Alex | 2023-06-16 |
* | Webc language support (#7290) | Ivan Svoboda | 2023-06-13 |
* | Explain how to enter Select mode in keymap (#7333) | Thomas Aarholt | 2023-06-13 |
* | Preview scratch buffers in jumplist picker (#7331) | A-Walrus | 2023-06-13 |
* | Fix next/prev tree-sitter inconsistency (#7332) | A-Walrus | 2023-06-13 |
* | Add merionette theme (#7186) | Jorge Santiago | 2023-06-13 |
* | Add rl and rla aliasses for reload and reload-all commands (#7158) | Zisulin Morbrot | 2023-06-13 |