| Commit message (Expand) | Author | Age |
* | feat: support grammar cross-compilation | yvt | 2022-08-02 |
* | fix(loader): pass `cc::Tool::args()` | yvt | 2022-08-02 |
* | chore(ci): build binary for aarch64-macos | yvt | 2022-08-02 |
* | build(deps): bump pulldown-cmark from 0.9.1 to 0.9.2 (#3294) | dependabot[bot] | 2022-08-02 |
* | build(deps): bump similar from 2.1.0 to 2.2.0 (#3293) | dependabot[bot] | 2022-08-02 |
* | build(deps): bump serde from 1.0.140 to 1.0.141 (#3292) | dependabot[bot] | 2022-08-02 |
* | build(deps): bump anyhow from 1.0.58 to 1.0.59 (#3291) | dependabot[bot] | 2022-08-02 |
* | build(deps): bump arc-swap from 1.5.0 to 1.5.1 (#3290) | dependabot[bot] | 2022-08-02 |
* | Modified restore_term fn in application.rs. Changed '\x1B[2 q' to '\x1B[0 q' ... | Eric K | 2022-08-02 |
* | Improve Python queries, add locals (#3284) | ChrHorn | 2022-08-01 |
* | update catppuccin theme(s) to new palettes (#3281) | ChrHorn | 2022-08-01 |
* | javascript queries: fix parameters (#3280) | ChrHorn | 2022-08-01 |
* | fix: gruvbox color modes (#3202) | Alexander Brevig | 2022-08-01 |
* | Only add cargo-tarpaulin on x86_64 (#3252) | Charlie Groves | 2022-07-31 |
* | Fix align_selection behaviour with tabs (#3276) | A-Walrus | 2022-07-31 |
* | feat: add cue support (#3262) | Banst | 2022-07-31 |
* | Add cwd parameter which is not optional anymore (#3240) | Danilo Spinella | 2022-07-31 |
* | Add rust-version (MSRV) to helix-term package (#3244) | Danilo Spinella | 2022-07-31 |
* | clipboard: add logging and healthcheck (#3271) | Amit Beka | 2022-07-31 |
* | Flatwhite Theme (#3236) | Alexander Brevig | 2022-07-30 |
* | Add Graphviz Dot lang support (#3241) | Erasin | 2022-07-30 |
* | Don't add empty prompt input to history (#3259) | A-Walrus | 2022-07-30 |
* | Fix byte index error in signature help highlighting | Gokul Soumya | 2022-07-29 |
* | Add transparent theme based on base16_default (#3216) | Slug | 2022-07-28 |
* | Fix cursorline and selection themes for onelight (#3226) | Erasin | 2022-07-28 |
* | Add textobject for javascript (#3213) | Erasin | 2022-07-28 |
* | Update README command table (#3224) | Kyle L. Davis | 2022-07-28 |
* | Remove let_declaration from Rust locals tracking (#3212) | Michael Davis | 2022-07-28 |
* | JS/TS highlighting improvements (#3219) | Philipp Mildenberger | 2022-07-27 |
* | build(nix): add a way to override what grammars get built (#3141) | Yusuf Bera Ertan | 2022-07-27 |
* | Add LSP config for Odin (#3214) | Ricardo Silva | 2022-07-27 |
* | Use OR of all selections in search_selection command (#3138) | MilanVasko | 2022-07-27 |
* | add configurable / theme-able statusline separator string (#3175) | Seth Bromberger | 2022-07-26 |
* | Nord color modes (#3200) | A-Walrus | 2022-07-26 |
* | Fix: Python hightlight (#3201) | Erasin | 2022-07-26 |
* | add position-percentage as a statusline indicator (#3168) | Seth Bromberger | 2022-07-26 |
* | Shorten embedded command descriptions (#3070) | Gokul Soumya | 2022-07-26 |
* | Suport diagnostic code (#3096) | Erasin | 2022-07-26 |
* | Remove vale from .gitignore | n0s4 | 2022-07-26 |
* | Spacing | n0s4 | 2022-07-26 |
* | Fixes + consistency | n0s4 | 2022-07-26 |
* | Add SPLITTING SELECTIONS | n0s4 | 2022-07-26 |
* | Spelling | n0s4 | 2022-07-26 |
* | Add CYCLING AND REMOVING SELECTIONS | n0s4 | 2022-07-26 |
* | Move Jumplist section and add recap | n0s4 | 2022-07-26 |
* | Add 'ADDING SELECTION ON NEXT SEARCH MATCH' | n0s4 | 2022-07-26 |
* | Add SEARCH FOR SELECTION | n0s4 | 2022-07-26 |
* | Add REGISTERS, update MACROS accordingly | n0s4 | 2022-07-26 |
* | Add REPLACING WITH YANKED TEXT and INCREMENTING/DECREMTING | n0s4 | 2022-07-26 |
* | Add REPITITION section | n0s4 | 2022-07-26 |