| Commit message (Expand) | Author | Age |
... | |
| * | Remove resolved TODOs | Blaž Hrastnik | 2021-10-10 |
| * | fix: Don't crash on empty completion, don't retrigger on close | Blaž Hrastnik | 2021-10-07 |
| * | fix compilation | Blaž Hrastnik | 2021-10-05 |
| * | Filter the initial completion | Blaž Hrastnik | 2021-10-05 |
| * | Experiment with autocompletion on idle | Blaž Hrastnik | 2021-10-05 |
| * | idle timer wip | Blaž Hrastnik | 2021-10-05 |
* | | Add Vue tree sitter grammar (#787) | Thomas Wehmöller | 2021-10-10 |
* | | Update mdbook style and fix unreadable table head (#806) | Ivan Tham | 2021-10-09 |
* | | Picker: Don't panick at move_up/move_down when matches is empty (#818) | Leoi Hung Kin | 2021-10-09 |
* | | Allow `language.config` (in languages.toml) to be passed in as a toml object ... | Midnight Exigent | 2021-10-08 |
* | | relative paths showing active file in global search (#803) | Ethan Frei | 2021-10-08 |
* | | Add (SWI-)Prolog LSP support (#816) | James Cash | 2021-10-08 |
|/ |
|
* | build(deps): bump smallvec from 1.6.1 to 1.7.0 (#813) | dependabot[bot] | 2021-10-05 |
* | build(deps): bump similar from 2.0.0 to 2.1.0 (#812) | dependabot[bot] | 2021-10-05 |
* | Zig tree-sitter rework (#811) | voroskoi | 2021-10-05 |
* | fix clippy warnings (#804) | Irevoire | 2021-10-03 |
* | Add a bunch of aliases (#797) | Irevoire | 2021-10-03 |
* | adds: nord colortheme (#799) | Ray Gervais | 2021-10-03 |
* | global search: show file names as relative paths (#802) | Dylan Richardson | 2021-10-02 |
* | Fix swapped selection rotation docs in `keymap.md` (#792) | Omnikar | 2021-09-29 |
* | build(deps): bump lsp-types from 0.89.2 to 0.90.0 | dependabot[bot] | 2021-09-28 |
* | build(deps): bump tokio from 1.11.0 to 1.12.0 | dependabot[bot] | 2021-09-28 |
* | Add tilde expansion for file opening (#782) | Matt W | 2021-09-24 |
* | Implement 'remove_primary_selection' as Alt-, | Blaž Hrastnik | 2021-09-24 |
* | experiment: space+k for LSP doc, K for keep_selections | Blaž Hrastnik | 2021-09-24 |
* | experiment: Move keep_primary_selection to , | Blaž Hrastnik | 2021-09-24 |
* | Add option for automatic insertion of closing-parens/brackets/etc (#779) | lurpahi | 2021-09-24 |
* | allow smart case in global search (#781) | Leoi Hung Kin | 2021-09-24 |
* | Initial implementation of global search (#651) | Leoi Hung Kin | 2021-09-21 |
* | build(deps): bump serde_json from 1.0.67 to 1.0.68 (#770) | dependabot[bot] | 2021-09-21 |
* | build(deps): bump unicode-width from 0.1.8 to 0.1.9 (#771) | dependabot[bot] | 2021-09-21 |
* | build(deps): bump arc-swap from 1.3.2 to 1.4.0 (#772) | dependabot[bot] | 2021-09-21 |
* | enable smart case regex search by default (#761) | kraem | 2021-09-20 |
* | languages: add svelte submodule reference (#766) | Raphael Megzari | 2021-09-19 |
* | flake: remove hack to fix helix version (#762) | Raphael Megzari | 2021-09-18 |
* | add everforest dark theme (#760) | Alex | 2021-09-17 |
* | search_next_impl: don't panic on invalid regex (#740) | Leoi Hung Kin | 2021-09-17 |
* | fix: Don't allow closing the last split if there's unsaved changes | Blaž Hrastnik | 2021-09-17 |
* | fix: Wrap around the top of the picker menu when scrolling | Blaž Hrastnik | 2021-09-17 |
* | fix: Refactor apply_workspace_edit to remove assert | Blaž Hrastnik | 2021-09-17 |
* | Revert parameter underlining on default theme | Blaž Hrastnik | 2021-09-17 |
* | languages: add svelte support (#733) | Raphael Megzari | 2021-09-17 |
* | ... | Blaž Hrastnik | 2021-09-16 |
* | Fix broken test | Blaž Hrastnik | 2021-09-16 |
* | syntax: Properly handle injection-regex for language injections | Blaž Hrastnik | 2021-09-16 |
* | log errors produced when trying to initialize the LSP (#746) | Kirawi | 2021-09-15 |
* | build(deps): bump similar from 1.3.0 to 2.0.0 (#754) | dependabot[bot] | 2021-09-14 |
* | build(deps): bump anyhow from 1.0.43 to 1.0.44 (#755) | dependabot[bot] | 2021-09-14 |
* | Document `diagnostic` theme scope (#751) | Gokul Soumya | 2021-09-13 |
* | Add `no_op` command (#743) | Omnikar | 2021-09-13 |