1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • df7d9fd490
    Merge branch 'helix-editor:master' into master Elliot Fontaine 2024-10-07 15:22:22 +0200
  • f2565c2a88
    Merge pull request #1 from Phyfl/patch-1 williamporomaa 2024-10-07 14:07:42 +0200
  • 47afdbf84c
    Added force version of command xit, called force_xit. Phyfl 2024-10-07 13:50:34 +0200
  • f55f1f8b43
    Remove auto-pair for single quote in SML. (#11838) rhogenson 2024-10-06 19:56:54 -0700
  • 476becf240
    move TypableCommandList location to next bullet point Eduardo Rittner Coelho 2024-10-06 18:51:47 -0300
  • d5053ecf47 deploy: 048973fc552fd8ccc7a8060d07b1078b7f090824 pascalkuthe 2024-10-06 19:53:22 +0000
  • 048973fc55
    Add support for dune project language (#11829) Christopher Kaster 2024-10-06 21:53:12 +0200
  • 937a79d4b2 Add option to limit the search match counter to a max. Luis Useche 2024-10-03 19:56:50 -0700
  • 6b8ef632ea Add per view search location and total matches to statusline. Luis Useche 2024-09-09 08:15:31 -0700
  • b72ccfde7c
    Merge branch 'helix-editor:master' into pull-diagnostics SofusA 2024-10-06 21:20:42 +0200
  • a01338af30
    feat: Add language support for nginx config files Denis Gruzdev 2024-10-03 12:59:00 +0000
  • f6d39cbc1d
    refactor(lsp): handle out-of-range active_signature (#11825) RoloEdits 2024-10-06 06:54:17 -0700
  • e9ef8383fa
    fix warnings TornaxO7 2024-10-06 12:44:17 +0200
  • d7ca450f37
    continue-comments: improve local_offs variable calculation TornaxO7 2024-10-06 12:43:22 +0200
  • a5d7f52beb
    continue-comments: improve jumping behaviour TornaxO7 2024-10-06 12:38:28 +0200
  • 843b9b466c
    style-nit: reduce nested blocks TornaxO7 2024-10-06 12:34:06 +0200
  • 170c8c2c7e
    continue-comments: simplify code TornaxO7 2024-10-06 12:26:19 +0200
  • ce5d174a4d
    continue-comments: restructure get_comment_token TornaxO7 2024-10-06 12:22:00 +0200
  • 45f230e045
    continue-comments: update parameter types of get_comment_token TornaxO7 2024-10-06 12:14:35 +0200
  • 56b8c3bec0 correct TypableCommandList source file eduardorittner 2024-10-05 23:08:53 -0300
  • 2f3d49ca40 update curzon/ui.highlight.bg color Felipe Bueno 2024-10-05 20:39:48 -0300
  • 1809b07f46 Remove auto-pair for single quote in SML. Rose Hogenson 2024-10-05 16:27:55 -0700
  • 471d5b1003 queries/nix: add injections for nim writers euxane 2024-10-06 00:42:39 +0200
  • 310b6dd18b
    remove config option for continue-comments TornaxO7 2024-10-06 00:05:59 +0200
  • 835b4babf3
    revert unecessary variable renaming TornaxO7 2024-10-06 00:02:19 +0200
  • ab57115567 Merge branch 'master' into issue-2719 Alex Vinyals 2024-10-05 22:48:54 +0200
  • 08135cfbd0 Add option to show paths in bufferline when active johannes 2024-10-05 20:09:59 +0200
  • 4c82a21b27
    Merge pull request #6 from MatrixManAtYrService/load-from-local Matthew Paras 2024-10-05 09:54:00 -0700
  • 5a75ca5bd6
    Merge 5a8de89ac65cb2c2d4534139dc23bc3e7409a18a into 162028d444b1e56ee39775460adb65e4f957bc3f Diego 2024-10-05 13:28:37 +0100
  • db168d3393
    Merge 9fbe75afed8eb030531077410d47740335614022 into 162028d444b1e56ee39775460adb65e4f957bc3f Pantos 2024-10-05 13:28:37 +0100
  • c8e5ad74fc feat: Add support for cylc configuration files Elliot Fontaine 2024-10-04 20:34:23 +0200
  • 5b0547a665
    Merge branch 'helix-editor:master' into scroll_preview_fixed Shaun_Sheep 2024-10-04 15:59:23 +0200
  • 69f3b0eb3e
    Removed unused empty function williamporomaa 2024-10-04 15:42:13 +0200
  • 6a74616b19
    Add support for dune project language Christopher Kaster 2024-10-04 12:26:59 +0200
  • 68b252a5fd
    Do not resolve symlinks in file browser Denys Rybalka 2024-10-04 11:47:40 +0200
  • adc72f2d87
    Distinguish dirs visually in file_browser Denys Rybalka 2024-10-03 10:20:43 +0200
  • 7e58404172
    Open file browser in cwd when no buffer path Denys Rybalka 2024-09-13 13:44:30 +0200
  • f4fb8fa4ef
    Open file browser in buffer's directory Denys Rybalka 2024-08-30 21:12:47 +0200
  • f23e982338
    Add parent folder to file browser Denys Rybalka 2024-08-10 11:26:56 +0200
  • 8f5e4dff29
    Pass directory content into picker directly Denys Rybalka 2024-08-09 20:58:46 +0200
  • 084d1811ea
    Implement opening of folders Denys Rybalka 2024-07-23 17:18:19 +0200
  • b56a7d0768 fix background colors rathewolf 2024-10-03 21:39:46 -0700
  • 4f3640be03 ui background, no gold ;( rathewolf 2024-10-03 20:53:41 -0700
  • 08bef881cc Handle prompt completions with AsyncHook. Rose Hogenson 2024-09-27 13:09:20 -0700
  • 162028d444
    Merge pull request #11486 from helix-editor/lsp-location-refactor Pascal Kuthe 2024-10-04 03:33:35 +0200
  • 64dd5c84b5 refactor(lsp): handle out-of-range active_signature Rolo 2024-10-03 15:43:22 -0700
  • b38fc2baab minor fixes, go through all keys rathewolf 2024-10-03 14:04:38 -0700
  • 59b2cf5337
    Fix byte offsets in matched_path Philipp Mildenberger 2024-10-03 21:44:29 +0200
  • de75bdef15
    Fix cargo fmt Philipp Mildenberger 2024-10-03 20:58:11 +0200
  • d02470f2d7
    Apply suggestions from code review Philipp Mildenberger 2024-10-03 20:56:01 +0200
  • f20cd4cfa7
    Apply suggestions from code review Philipp Mildenberger 2024-10-03 20:55:21 +0200
  • 02b6f1488a
    fix git repo detection on symlinks (#11732) Skyler Hawthorne 2024-10-03 13:08:06 -0400
  • f3a46c8751
    Update cue parser and queries Michael Davis 2024-10-03 13:02:48 -0400
  • 4acdbe3699
    Add ruler-style option in addition to ruler-char Denis Gruzdev 2024-10-03 16:49:15 +0000
  • 584190dbd6
    feat: Add language support for nginx config files Denis Gruzdev 2024-10-03 12:59:00 +0000
  • 32f40a98e3 Implementation for issue #4087 wp 2024-10-03 17:11:30 +0200
  • 7b0f7dbfbe
    Add file browser Denys Rybalka 2024-07-22 12:49:37 +0200
  • ef20eaedba import colors, diagnostics, diff, design notes rathewolf 2024-10-02 07:00:26 -0700
  • 0b33dcbd51
    Merge 9a421171220cb5944f3097bc72369e8fd5850e78 into 57ec3b7330de3f5a7b37e766a758f13fdf3c0da5 sscheele 2024-10-02 14:10:59 +0530
  • 74a26d489d
    Merge 3e838fff106f9dc5bef37b691ade97fb4cd885b4 into 57ec3b7330de3f5a7b37e766a758f13fdf3c0da5 Matouš Dzivjak 2024-10-02 12:24:25 +0900
  • b85ca7b2b6 Add cursor bg highlights on the curzon theme Felipe Bueno 2024-10-01 15:48:13 -0300
  • cb85ed4772 Word movement select from first range Ivan Tham 2024-10-01 23:13:08 +0800
  • d6b9cc4b2a tiny.. rathewolf 2024-10-01 07:20:04 -0700
  • 92bc6bd266 dim brackets rathewolf 2024-10-01 06:18:15 -0700