| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Add reverse_selection_contents (#7329) | Robert | 2023-06-13 |
* | Clarify the runtime directory location in installation docs (#6624) | kazimir malevich | 2023-06-13 |
* | build(deps): bump libc from 0.2.145 to 0.2.146 (#7327) | dependabot[bot] | 2023-06-13 |
* | build(deps): bump gix from 0.44.1 to 0.46.0 (#7325) | dependabot[bot] | 2023-06-13 |
* | build(deps): bump tempfile from 3.5.0 to 3.6.0 (#7326) | dependabot[bot] | 2023-06-13 |
* | build(deps): bump serde from 1.0.163 to 1.0.164 (#7328) | dependabot[bot] | 2023-06-13 |
* | build(deps): bump log from 0.4.18 to 0.4.19 (#7324) | dependabot[bot] | 2023-06-13 |
* | Fix underflow when repeating a completion that has a negative shift position ... | Philipp Mildenberger | 2023-06-12 |
* | Check for 'git' before fetching/building grammars (#7320) | Michael Davis | 2023-06-12 |
* | Use Vue language server based on Volar (#7312) | Selwyn | 2023-06-11 |