Commit Graph

  • 43e1e88ba9
    merge main Thor Kampefner 2024-09-17 21:52:51 -0700
  • e1b343c6de
    updated highlights to reflect helix themes typing Thor Kampefner 2024-09-17 21:50:11 -0700
  • f1eb3704f5 deploy: a7b8b27abf archseer 2024-09-18 03:12:43 +0000
  • a7b8b27abf
    chore: add ruff and jedi lsp servers (#11630) Nicolas Karolak 2024-09-18 05:12:31 +0200
  • 2ccc8b8678
    Fixed keybind duplicates Adam Perkowski 2024-09-18 01:28:29 +0200
  • 794b2bef34
    Naive spellbook integration spellbook Michael Davis 2024-09-08 10:04:14 -0400
  • 84fbadbdde
    Update picker headers styling in Darcula themes (#11620) Jesús González 2024-09-16 23:34:10 -0300
  • f4df4bf5f2
    Stylize horizon-dark picker v2 columns (#11649) ves 2024-09-17 05:33:21 +0300
  • c754949454
    build(deps): bump the rust-dependencies group with 4 updates (#11712) dependabot[bot] 2024-09-17 11:32:26 +0900
  • 9851edf477
    build(deps): bump cachix/install-nix-action from V27 to 28 (#11713) dependabot[bot] 2024-09-17 11:31:36 +0900
  • ad7c408d43
    cargo xtask docgen Thor Kampefner 2024-09-16 17:33:03 -0700
  • b61ddca17a
    build(deps): bump cachix/install-nix-action from V27 to 28 dependabot[bot] 2024-09-16 23:39:19 +0000
  • e6e019278c
    build(deps): bump the rust-dependencies group with 4 updates dependabot[bot] 2024-09-16 23:32:11 +0000
  • 755c51fb6d fixing cursor colunm Théo Daron 2024-09-16 13:21:56 +0200
  • adb7658517
    ensure cursor in view after goto mark Sam Vente 2024-09-16 10:56:53 +0200
  • 5b4a04718f Adding helix-cogs as a flake output Matt Rixman 2024-09-16 02:20:38 +0000
  • 87496a8b1e Optionally load init.scm and helix.scm from .helix/ Matt Rixman 2024-09-02 21:12:05 +0000
  • 81abcc5efb small fix syntax highlighting in vue.js files Nikita0x 2024-09-15 23:16:56 +0300
  • 1958efb9e6 feat: render bufferline separator ayn2op 2024-09-16 00:20:50 +0530
  • 5ce77de0dc
    fix: Lean language server consuming excessive memory (#11683) Niklas Gruhn 2024-09-15 12:08:35 +0200
  • 71de42adf6 add yo themes Michael McClintock 2024-09-15 17:45:33 +1000
  • 0ab1a3f973 Add function parameter and return commands Oliver Sargison 2024-09-15 14:29:51 +1200
  • 5f9de4511e
    Add missing commands Adam Perkowski 2024-09-15 00:13:46 +0200
  • 267da26a59
    Add missing commands Adam Perkowski 2024-09-14 23:54:28 +0200
  • 97fa3065f7
    Merge branch 'helix-editor:master' into pull-diagnostics SofusA 2024-09-14 22:32:59 +0200
  • 97910ca0e8
    Add fallback command to [ and ] to find in next pair thomasschafer 2024-09-14 16:43:28 +0100
  • 81b0dbc71a
    Copy changes from the-mikedavis thomasschafer 2024-09-14 11:29:10 +0100
  • b82036bb3f
    fix merge conflict in cargo.toml Sam Vente 2024-09-14 11:47:34 +0200
  • dadb1a4a20
    Update helix-core/src/selection.rs Sam Vente 2024-08-12 09:27:13 +0200
  • 054e7f70ed
    update test after rename Sam Vente 2024-06-14 16:30:49 +0200
  • c8153f4064
    use hypthens instead of underscores for typable commands Sam Vente 2024-06-10 20:19:04 +0200
  • 90748f7032
    also colapse current selection during test Sam Vente 2024-06-09 21:11:14 +0200
  • 7395929910
    add an integration test Sam Vente 2024-06-09 21:08:18 +0200
  • f3d15778b4
    apply some clippy lints Sam Vente 2024-06-09 20:58:03 +0200
  • 9f0fd62127
    remove stray file Sam Vente 2024-06-09 20:54:29 +0200
  • 9cd6a26c5e
    make more use of anyhow Sam Vente 2024-06-09 20:49:02 +0200
  • a9a72174c1
    better error handling in parse_mark_register_contents Sam Vente 2024-06-09 20:42:17 +0200
  • dba438832c
    add some comments to register_mark Sam Vente 2024-06-09 19:54:08 +0200
  • fb73cc5a40
    remove unused imports, unused guttercode, and fix a few clippy warnings Sam Vente 2024-06-09 19:36:33 +0200
  • d1e2bff16b
    implement selection update mechanism Sam Vente 2024-06-09 16:46:36 +0200
  • 2da81b254b
    remove stray comment Sam Vente 2024-06-09 13:57:39 +0200
  • 89b63a23cb
    make mark commands typeable Sam Vente 2024-06-09 13:53:32 +0200
  • cfbc46cfa2
    make marks take into account all selection ranges Sam Vente 2024-06-09 12:43:09 +0200
  • 70addbc870
    first working version of marks Sam Vente 2024-06-09 10:59:03 +0200
  • 719fb097fb
    wip Sam Vente 2024-06-08 23:02:17 +0200
  • b672490066
    make a start on jumping to bookmarks Sam Vente 2024-06-08 22:44:46 +0200
  • bb7e922ff9
    add integration test for adding mark Sam Vente 2024-06-08 22:06:51 +0200
  • 148f1c7c68
    add code to dump selection location into register Sam Vente 2024-06-08 19:14:26 +0200
  • 1b6d61767d
    setup harpoon bookmarks code skeleton Sam Vente 2024-06-08 13:29:31 +0200
  • 08f958ccc3 adding support for jujutsu VCS inside find_workspace Théo Daron 2024-09-13 09:29:23 +0200
  • 754d7377f8 fix: Lean language server consuming excessive memory Niklas Gruhn 2024-09-12 20:38:43 +0200
  • e5b1876c70 fix: panic when goto_impl has empty locations Viet Dinh 2024-03-27 23:29:26 -0400
  • 8f3bede44f feat: consult all LSPs for goto-definitions Viet Dinh 2023-11-11 23:12:23 -0500
  • 74aa807aa0 feat: multi-lsp for hover Viet Dinh 2023-11-11 13:32:13 -0500
  • b83dd75d55
    Add eiffel theme mesmere 2024-09-12 06:44:08 -0400
  • 385ea7c07e adding git_repo variable Théo Daron 2024-09-12 09:18:56 +0200
  • 2f98016038 adding relative filename expansion Théo Daron 2024-09-12 08:35:05 +0200
  • 0ab8b76227
    add circom syntax highlighting queries Thor Kampefner 2024-09-11 17:46:40 -0700
  • d8c6d0d046
    add circom tree-sitter and lsp support Thor Kampefner 2024-09-11 17:43:08 -0700
  • 9a7c4396da
    fix: some off calculations SoraTenshi 2024-09-12 02:27:28 +0200
  • 8d86e35b87
    fix: use doc id instead of view id SoraTenshi 2024-09-06 04:19:54 +0200
  • c59f72f237
    feat: implement sticky-context SoraTenshi 2024-07-15 22:45:53 +0200
  • be1deec1ed add documentation for persistent state Ingrid 2024-09-11 15:49:27 +0200
  • 451de43e0b split persistence config options into own struct Ingrid 2024-09-09 18:01:01 +0200
  • e7af933a86
    Fix typos JR 2024-09-11 12:31:09 +0200
  • ca8c426f02
    Update runtime/tutor JR 2024-09-11 12:26:25 +0200
  • efdb584560
    Update runtime/tutor JR 2024-09-11 12:25:50 +0200
  • f5d0135b77
    Update runtime/tutor JR 2024-09-11 12:25:26 +0200
  • 4456502ba0 perf: remove format! thats passed to Tendril::from Rolo 2024-09-11 01:01:59 -0700
  • 951e648881
    Fix typo JR 2024-09-10 22:20:53 +0200
  • 2f58d64e79
    Merge 0d2cb17ba3 into 237cbe4bca Nils Tonnätt 2024-09-10 22:04:54 +0300
  • 73aab303f3
    Merge branch 'helix-editor:master' into scroll_preview_fixed Shaun_Sheep 2024-09-10 19:43:28 +0200
  • 237cbe4bca
    build(deps): bump the rust-dependencies group with 4 updates (#11669) dependabot[bot] 2024-09-10 22:59:03 +0900
  • e3cad41fbc
    build(deps): bump the rust-dependencies group with 4 updates dependabot[bot] 2024-09-09 23:35:21 +0000
  • eeceeb0c06
    Merge 7eee0c8ec8 into 6309cc71cc jack 2024-09-10 01:28:59 +0300
  • 56673c4639
    feat: add ocaml default formatter Milo Moisson 2024-09-09 22:30:00 +0200
  • dfe4b1c3c3 run docgen Ingrid 2024-09-09 17:18:45 +0200
  • 625a793105
    Update README.md James Munger 2024-09-09 08:42:55 -0500
  • 4f13118453 Refine command description chtenb 2024-09-08 20:27:22 +0200
  • 5164584329 Make unnamed nodes visible in subtree view chtenb 2024-08-21 20:26:01 +0200
  • 58624e6f4d Add undocumented keybindings to book chtenb 2024-09-08 19:00:32 +0200
  • edca920638 Use FuturesOrdered; Fix from rebase conflict Jonatan Pettersson 2024-09-07 21:58:48 +0200
  • c314acb304 Allow textDocument/didChange notification to be synchronous Jonatan Pettersson 2024-09-06 20:56:48 +0200
  • 5861e18b19
    Merge a6511ff9a8 into 6309cc71cc Pascal Kuthe 2024-09-08 14:05:56 +0800
  • 6309cc71cc
    cargo update (#11651) Skyler Hawthorne 2024-09-08 00:08:49 -0400
  • 795d464fdd cargo update Skyler Hawthorne 2024-09-07 16:13:05 -0400
  • 8daf3f02c7 Update: renamed validation_failures to load_errors Tim 2024-09-07 18:17:36 +0100
  • be1e616b93
    Use `PartialEq` for `LspCompletionItem` and don't prefix-filter path completion items Philipp Mildenberger 2024-09-07 17:20:34 +0200
  • 50d57be913 Stylize horizon-dark picker v2 columns vesdev 2024-09-07 14:27:43 +0300
  • c5083ef952
    fix(clippy): `doc_lazy_continuation` (#11642) RoloEdits 2024-09-06 20:31:14 -0700
  • 6d0a73f8e5
    build(deps): bump gix-path from 0.10.10 to 0.10.11 (#11648) dependabot[bot] 2024-09-07 12:31:04 +0900
  • 51a7d92a0b
    docs: add ruff and jedi as python lsp servers Nicolas Karolak 2024-09-06 22:53:44 +0200
  • e57020cc2f
    chore: add jedi lsp server Nicolas Karolak 2024-09-06 22:44:48 +0200
  • fba921c906
    build(deps): bump gix-path from 0.10.10 to 0.10.11 dependabot[bot] 2024-09-06 20:00:44 +0000
  • e01583519e Add background to active picker column in Darcula. Jesus Gonzalez 2024-09-06 14:47:17 -0400
  • e5070ade7e Update: include default and base16_default themes in check Tim 2024-09-06 16:57:10 +0100
  • 9071387ad1 Update: correct invalid keys so that valid styles still applied Tim 2024-09-06 16:46:35 +0100
  • 13420f0c0a
    chore: add jedi lsp server Nicolas Karolak 2024-09-04 16:53:28 +0200
  • 485672fc48
    chore: add ruff lsp server Nicolas Karolak 2024-09-04 16:46:46 +0200
  • 0073ef4558 fix(clippy): `doc_lazy_continuation` Rolo 2024-09-06 01:18:48 -0700