1
0
mirror of https://github.com/helix-editor/helix synced 2026-04-27 15:41:12 +02:00

Commit Graph

  • ff5d5747eb fix: add el,mud,asd suffixes, as cl-lsp supports those for vscode - and they use (close to) lisp syntax Alexander Brevig 2022-08-02 01:26:01 +0200
  • d2c59e4b0c feat: support (common) lisp Alexander Brevig 2022-08-02 01:18:57 +0200
  • 2c43ba193b
    build(deps): bump pulldown-cmark from 0.9.1 to 0.9.2 dependabot[bot] 2022-08-01 23:09:31 +0000
  • 131bf2f745
    build(deps): bump similar from 2.1.0 to 2.2.0 dependabot[bot] 2022-08-01 23:09:27 +0000
  • 063483ba56
    build(deps): bump serde from 1.0.140 to 1.0.141 dependabot[bot] 2022-08-01 23:09:22 +0000
  • 3e26e5c7c4
    build(deps): bump anyhow from 1.0.58 to 1.0.59 dependabot[bot] 2022-08-01 23:09:15 +0000
  • 707dcae0a4
    build(deps): bump arc-swap from 1.5.0 to 1.5.1 dependabot[bot] 2022-08-01 23:09:10 +0000
  • 11367488ac
    Improve Python queries, add locals (#3284) ChrHorn 2022-08-01 23:14:07 +0200
  • a26f44bb7e Modified restore_term fn in application.rs. Changed '\x1B[2 q' to '\x1B[0 q' to restore cursor to user default after exiting helix Eric K 2022-08-01 16:55:27 -0400
  • 0c08ff1596
    update catppuccin theme(s) to new palettes (#3281) ChrHorn 2022-08-01 22:23:23 +0200
  • 59bf1669ec
    javascript queries: fix parameters (#3280) ChrHorn 2022-08-01 22:15:17 +0200
  • 6fdbf42915 Add gruvbox alternate contrast modes Kevin Stock 2022-08-01 13:32:42 -0400
  • 9ec501d460 Python queries: add locals Christoph Horn 2022-08-01 18:55:55 +0200
  • 43a0cc0ab7 Python queries: add aliased imports Christoph Horn 2022-08-01 18:04:42 +0200
  • fa65eb4069 Python queries: add lambda parameters, remove keyword_argument as parameter Christoph Horn 2022-08-01 17:41:02 +0200
  • 7b58669785 making clippy happy Dario Oddenino 2022-08-01 16:16:35 +0200
  • 1c54f1040e refactoring to avoid code duplication Dario Oddenino 2022-08-01 16:02:10 +0200
  • dc79e32a2c update catppuccin theme(s) to new palettes Christoph Horn 2022-08-01 13:33:02 +0200
  • 15ecf6cfa1 javascript queries: fix parameters Christoph Horn 2022-07-31 14:36:27 +0200
  • 0d3accaa5a fix: update docs Alexander Brevig 2022-08-01 11:53:21 +0200
  • 3d2236ab77 Make matches from the start of string A-Walrus 2022-08-01 10:19:15 +0300
  • 07019c3905
    fix: gruvbox color modes (#3202) Alexander Brevig 2022-08-01 05:21:37 +0200
  • 9f4802e101
    Only add cargo-tarpaulin on x86_64 (#3252) Charlie Groves 2022-07-31 15:52:54 -0400
  • c15b494288
    Fix align_selection behaviour with tabs (#3276) A-Walrus 2022-07-31 22:45:51 +0300
  • d1f90b2be8
    Merge branch 'helix-editor:master' into master John Allison 2022-07-31 14:01:37 -0400
  • 4a0709469b Fix align_selection behaviour with tabs A-Walrus 2022-07-31 18:26:34 +0300
  • 4d0b6f6aa3
    Restrict to Linux Charlie Groves 2022-07-31 11:21:59 -0400
  • 52747b6905 docs update Seth Bromberger 2022-07-31 10:16:03 -0400
  • c8a0ca389c direct use of HashMap Seth Bromberger 2022-07-31 10:13:59 -0400
  • b3d5fa82e7 Switch to bitmask for slightly better performance A-Walrus 2022-07-31 16:31:07 +0300
  • 16ae32d503 Use all positions and not just leftmost A-Walrus 2022-07-31 16:12:22 +0300
  • 32b8e733fa Fix nondeterministic highlighting A-Walrus 2022-07-31 15:42:47 +0300
  • d7567e3ed7 file-types -> file-type-indicators Seth Bromberger 2022-07-31 08:33:50 -0400
  • a11bc22871 fix: only report one err per scope (ui.statusline is reported if none of ui.statusline.* is recognized) Alexander Brevig 2022-07-31 14:29:16 +0200
  • 77a7b60bca deploy: 7e066814133c62ab76a2da8dd021b6001f3b70f9 the-mikedavis 2022-07-31 12:05:14 +0000
  • 7e06681413
    feat: add cue support (#3262) Banst 2022-07-31 14:04:57 +0200
  • 110eb73045
    Add cwd parameter which is not optional anymore (#3240) Danilo Spinella 2022-07-31 13:59:15 +0200
  • 68480e014c Exit selection when recalculating completion Hampus Fröjdholm 2022-07-31 13:38:00 +0200
  • b7b7e09414 file type mapping Seth Bromberger 2022-07-31 06:11:34 -0400
  • 41135baede
    Switch to lib.optional Charlie Groves 2022-07-31 04:57:26 -0400
  • cc3ab9f95b needs more bikeshed Seth Bromberger 2022-07-31 04:29:28 -0400
  • 3ecea29d85 merge master, plus readonly->readonly_indicator Seth Bromberger 2022-07-31 04:26:45 -0400
  • 2922e68768 Merge branch 'sbromberger/read-only-indicator' of github.com:sbromberger/helix into sbromberger/read-only-indicator Seth Bromberger 2022-07-31 04:26:05 -0400
  • e8a230ac55
    Update helix-view/src/document.rs Seth Bromberger 2022-07-31 10:24:55 +0200
  • 3ad44f9a1a
    Update helix-view/src/document.rs Seth Bromberger 2022-07-31 10:24:38 +0200
  • 2874fa6652 Merge branch 'master' into sbromberger/read-only-indicator Seth Bromberger 2022-07-31 04:23:53 -0400
  • ab616ab718
    Add rust-version (MSRV) to helix-term package (#3244) Danilo Spinella 2022-07-31 10:09:18 +0200
  • fe3a9a868e
    clipboard: add logging and healthcheck (#3271) Amit Beka 2022-07-31 11:05:34 +0300
  • c52f48cdfb healthcheck: add clipboard provider name amitbeka 2022-07-31 09:50:26 +0300
  • df2f2ad2e7 add logging to clipboard setup amitbeka 2022-07-31 09:25:46 +0300
  • ab0ec3181b reset backtrack on whitespace Shafkath Shuhan 2022-07-30 22:18:46 -0400
  • 9536b8520d add new reflow impl Shafkath Shuhan 2022-07-30 21:24:17 -0400
  • 477bec09ac add TextFormatter iterator type Shafkath Shuhan 2022-07-30 18:36:19 -0400
  • b90f318d84 fix: remove unused function Alexander Brevig 2022-07-31 00:46:43 +0200
  • d4946fab01 Merge remote-tracking branch 'upstream/master' into xtask-themelint Alexander Brevig 2022-07-31 00:38:30 +0200
  • d7eb9b34a4 feat: add cue support banst 2022-07-30 13:53:43 +0200
  • 805864b275 default-keymap-open and current-keymap-open, now uses correct headings [keys.MODE] Alexander Brevig 2022-07-31 00:25:26 +0200
  • 4afb3fb0c4 Reformat table, align ending '|' A-Walrus 2022-07-30 21:38:50 +0300
  • e405e88c86
    Flatwhite Theme (#3236) Alexander Brevig 2022-07-30 19:35:39 +0200
  • 3c6cb83429 deploy: 919edfb323609e31aa6e1f296d621782858a8533 the-mikedavis 2022-07-30 17:34:23 +0000
  • 919edfb323
    Add Graphviz Dot lang support (#3241) Erasin 2022-07-31 01:34:00 +0800
  • 5ca98edfb1
    Don't add empty prompt input to history (#3259) A-Walrus 2022-07-30 20:17:01 +0300
  • eae079a047
    Refactor goto_ts_object_impl as a motion Michael Davis 2022-07-30 10:12:44 -0500
  • 446ce7d541 Fix clippy s0LA1337 2022-07-30 11:14:14 +0000