Commit Graph

  • 42a6201856 replace newlines with spaces in set_string_truncated_at_end Pascal Sommer 2024-07-07 20:43:51 +0200
  • 3e5f8a28a1
    Merge branch 'master' into 10823 Michael Davis 2024-07-07 10:18:55 -0400
  • 4198a35436
    Merge branch 'master' into 11090 Michael Davis 2024-07-07 10:13:26 -0400
  • a430e17796 https://github.com/helix-editor/helix/pull/11066/files#r1667392149 Rudxain 2024-07-07 10:08:15 -0400
  • 2e5d914080 echo each step in the script alexanderdickie 2024-07-07 11:36:49 +0100
  • a3d6d2cea5
    Update book/src/configuration.md Raghu Saxena 2024-07-07 18:32:26 +0800
  • 11d684447d copilot-lsp repo exe now named language-server.js alexanderdickie 2024-07-07 11:23:25 +0100
  • 0c8d51ee36
    add cursorcolumn and cursorline to base16_transparent theme (#11099) Salman Farooq 2024-07-07 07:24:04 +0500
  • 8b7c33d00d
    Minor improvements to comments in selection.rs (#11101) Matt Armstrong 2024-07-06 10:40:23 -0700
  • 1fb99ec3b2
    Fix language server ID type in lsp_workspace_command (#11105) Michael Davis 2024-07-06 12:39:55 -0500
  • 7d6e47b856 Address edge cases for undo like Kakoune does Kaniel Kirby 2024-07-06 12:04:06 -0500
  • 8dc7ce101e
    Update book/src/package-managers.md Ricardo Fernández Serrata 2024-07-06 13:01:54 -0400
  • 6f93430be7
    Update book/src/package-managers.md Ricardo Fernández Serrata 2024-07-06 12:53:42 -0400
  • cd800cb0bd
    Update book/src/package-managers.md Ricardo Fernández Serrata 2024-07-06 12:52:04 -0400
  • 773ae95cc7 another instruction update mattwparas 2024-07-06 09:24:26 -0700
  • 7848327508 another instruction update mattwparas 2024-07-06 09:22:59 -0700
  • d1da0f5b37
    Merge pull request #2 from voidcontext/switch-replace Matthew Paras 2024-07-06 09:03:48 -0700
  • 4f1d35dfbe
    Follow naming conventions Gabor Pihaj 2024-07-06 16:30:25 +0100
  • 6287f6bf5f
    Fix language server ID type in lsp_workspace_command Michael Davis 2024-07-06 11:42:05 -0400
  • 06d8fee048
    Allow multiple language server with lsp-workspace-command (#10176) Schmiddiii 2024-07-06 17:34:33 +0200
  • d611f7f264
    Create type constructor functions for editor::Action Gabor Pihaj 2024-07-06 16:01:59 +0100
  • a06824308b
    Implement editor-switch-action instead of hardcoded replace Gabor Pihaj 2024-07-06 10:46:54 +0100
  • ac4bf24ef5 fix instructions mattwparas 2024-07-06 07:51:15 -0700
  • 9c108b5486
    Support bindings with the Super (Cmd/Win/Meta) modifier super Michael Davis 2024-07-06 10:49:27 -0400
  • b045c3068b
    Add switch-replace command to be able to switch to an existing buffer Gabor Pihaj 2024-07-06 10:33:28 +0100
  • 346e1dcd40 Minor improvements to comments in selection.rs Matt Armstrong 2024-07-05 23:26:08 -0700
  • 4a053bcb2b add cursorcolumn and cursorline to base16_transparent theme Salman Farooq 2024-07-06 04:22:28 +0500
  • 14cd995ba2 update instructions, include steel submodule mattwparas 2024-07-05 13:11:02 -0700
  • f1e172af9e Replace `Mutex` with `RwLock` in `Diff` Kaniel Kirby 2024-07-05 14:33:13 -0500
  • 9eb6dcd078 Revert changes Kaniel Kirby 2024-07-05 14:14:34 -0500
  • a1faec29b2
    Update tree-sitter-todotxt Lukas Grassauer 2024-07-05 19:17:08 +0200
  • 403684d411 refactor(cmds): cleanup `move_buffer_impl`; 5-pebbles 2024-07-05 09:07:07 -0400
  • 8f8df32b9d fix(cmds): replace &Cow<str> with &str; 5-pebbles 2024-07-04 23:41:19 -0400
  • c5bfef7f9a fix(cmds): add `.` to :move docs for consistency; 5-pebbles 2024-07-04 22:45:54 -0400
  • 10c025d354 feat(cmds): add :move! to overwrite destination; 5-pebbles 2024-07-04 22:44:29 -0400
  • 29d41ecdf8 Use `try_lock` in `diff_handle` for Diff gutter - Add the method `try_load() -> Option<Diff>` to `DiffHandle`, using `try_lock` to avoid deadlocks. - Use said method in `gutter.rs diff()`, which will use a blank `GutterFn` instead when met with a locked `Diff`. Kaniel Kirby 2024-07-04 21:50:26 -0500
  • 8b86742ff9 fix(cmds): prevent :move overwriting destination; 5-pebbles 2024-07-04 22:33:39 -0400
  • 90fbee8394 refactor `add_workspace_folder` to only `ref` `Some` Rudxain 2024-07-04 19:39:16 -0400
  • 03e7b70de2 refactor `needs_recompile` to only `ref` non-`Copy` Rudxain 2024-07-04 19:25:19 -0400
  • ba93a9cb71
    refactor `starting_request_args` to only `ref` non-`Copy` Ricardo Fernández Serrata 2024-07-04 19:16:02 -0400
  • 41c487d8d5 update steel to latest mattwparas 2024-07-04 14:42:40 -0700
  • e42747e8fe Add changes before insert mode undo Fixes #11077 Kaniel Kirby 2024-07-04 16:31:32 -0500
  • 7eee0c8ec8
    add virtual-inlayhint jack 2024-07-04 21:15:54 +0300
  • 08ba0d6330
    Update configuration.md Raghu Saxena 2024-07-04 15:34:14 +0800
  • 3d7695a7ec
    Update configuration.md Raghu Saxena 2024-07-04 15:32:32 +0800
  • e2b0b96c8f refactor logic so handlers::copilot::copilot_completion only effects updating the completion state, and no longer effects rendering alexanderdickie 2024-07-03 09:21:32 +0100
  • 5510e4798e new conditions for triggering async hook alexanderdickie 2024-06-30 13:42:00 +0100
  • 980d6eb5c0 script to download copilot-lsp and generate copilot-lsp access key alexanderdickie 2024-03-23 19:34:14 +0000
  • da4613c820 option to only render copilot completions on command alexanderdickie 2024-03-18 21:19:46 +0000
  • c08cfd3ff8 use copilot with -a flag. no need to add copilot into languages.toml alexanderdickie 2024-03-17 15:58:27 +0000
  • 8104dbc1e1 copilot rendering logic alexanderdickie 2024-03-17 15:57:03 +0000
  • fdf7cf4ae7 request copilot completions with debounce alexanderdickie 2024-03-17 15:54:43 +0000
  • d5963b7514 ignore empty virtual text layers Pascal Kuthe 2023-11-19 22:34:09 +0100
  • 6b6d2db3db use correct position for cursor in doc popup Pascal Kuthe 2023-11-19 22:34:08 +0100
  • 22439d283b remove redudant/incorrect view bound check Pascal Kuthe 2023-11-19 22:34:08 +0100
  • 6439c0d708 render diagnostic inline Pascal Kuthe 2024-01-29 17:11:00 +0100
  • 97ad9a7119 stable sort diagnostics to avoid flickering Pascal Kuthe 2024-01-29 17:07:16 +0100
  • d7c56fb689
    use `xdg-*` to install desktop icon only Ricardo Fernández Serrata 2024-07-03 06:34:17 -0400
  • 3190ae549e fix typo in doc_formatter.rs Pascal Kuthe 2023-11-19 22:34:07 +0100
  • be5a414317 streamline text decoration API Pascal Kuthe 2023-11-19 22:34:07 +0100
  • 599a747fb4 correctly wrap at text-width Pascal Kuthe 2023-11-19 22:34:06 +0100
  • facda8dce7 Improve line annotation API Pascal Kuthe 2023-11-19 22:34:06 +0100
  • 81ac3a535c track char_idx in DocFormatter Pascal Kuthe 2023-11-19 22:34:06 +0100
  • 1040990746 ensure highlight scopes are skipped properly Pascal Kuthe 2023-11-19 22:34:05 +0100
  • bdc16eb4a4 use slices instead of Rc for virtual text Pascal Kuthe 2023-11-19 22:34:03 +0100
  • 7ce3ccd52c implement Add/Sub for position Pascal Kuthe 2023-11-19 22:35:40 +0100
  • 637f8e413f
    Default theme: Use different highlight color for secondary selections Narcha 2024-07-02 23:56:35 +0200
  • 2b44096130
    Merge 56d822f4b8 into fc97ecc3e3 Ethra 2024-07-02 18:34:54 +0400
  • fc97ecc3e3
    Add hsc filetype to haskell (#11074) Charlie Moog 2024-07-02 01:36:29 -0700
  • 5f45b1da74
    build(deps): bump the rust-dependencies group with 3 updates dependabot[bot] 2024-07-02 00:01:56 +0000
  • b478e60138 one more outdated line in the instruction removed mattwparas 2024-07-01 13:59:00 -0700
  • 0d1b350c6c remove reload module from the instructions mattwparas 2024-07-01 13:20:01 -0700
  • 039526bda8 update instructions mattwparas 2024-07-01 13:12:49 -0700
  • e4c6b8e878
    chore: update cairo tree sitter + queries LucasLvy 2024-07-01 16:19:09 +0200
  • 30346761b7
    Update runtime/themes/ao.toml Michael Jones 2024-07-01 15:29:13 +0200
  • 487c2c0c5e Override far too dark cursorline lemontheme 2024-07-01 11:57:15 +0200
  • 26a2ef8bc5 Merge remote-tracking branch 'origin/master' into goto_next_reference Anthony Templeton 2024-07-01 03:32:36 -0400
  • 7d5498a918
    use `xdg-utils` to install `*.desktop` shortcut Ricardo Fernández Serrata 2024-07-01 02:01:52 -0400
  • 96f7a0b25d Bump time from broken version (0.3.23) Ross Smyth 2024-07-01 00:16:31 -0400
  • 257f9754ab Tell language servers that Helix can request formatting Robin 2024-06-30 23:20:31 -0400
  • 1d77a1fd6d Add add_selection_on_word command clo4 2024-05-15 16:33:11 +1000
  • efe6860c92 Refactor jump_to_label implementation clo4 2024-05-15 16:15:35 +1000
  • d39b179e00
    new theme named ao Michael Jones 2024-06-30 18:10:25 +0200
  • f0f0f3110a
    Commit an undo checkpoint before each write Michael Davis 2024-06-30 11:28:38 -0400
  • e9db3e6cb6
    Add hsc filetype to haskell Charlie Moog 2024-06-30 14:05:37 +0000
  • 3524060ee8
    Override far too dark cursorline (#11071) adriaan 2024-07-02 02:56:55 +0200
  • 64f8660d3e
    Tell language servers that Helix can request formatting (#11064) Robin 2024-07-01 20:42:51 -0400
  • ed761fbe7c
    Bump time from broken version (0.3.23) (#11065) Christopher Smyth 2024-07-01 20:38:30 -0400
  • 0c6ffe192b
    chore: update cairo tree sitter + queries (#11067) Lucas @ StarkWare 2024-07-02 02:37:49 +0200
  • 9c4c66d417
    build(deps): bump the rust-dependencies group with 3 updates (#11072) dependabot[bot] 2024-07-02 09:37:33 +0900
  • 21fd654cc6
    Fix homebrew formula link (#11058) Mark Murphy 2024-06-30 03:07:57 -0400
  • b58fe565d4 feat(commands): unescape `yank-join` separator Rolo 2024-06-22 01:35:44 -0700
  • 6fbc85e168 feat(stdx): add `str` mod with `unescape` function Rolo 2024-06-22 01:09:02 -0700
  • 8b45a1a827 Fix homebrew formula link Mark Murphy 2024-06-29 16:26:51 -0400
  • 4a8c4fbea5 update instructions mattwparas 2024-06-29 09:39:06 -0700
  • ab2420d155
    hyprlang: add hyprls language server arthsmn 2024-06-29 12:45:38 -0300
  • cb5688cb3e fix(core): match inside closest pair inconsitency woojiq 2024-04-27 09:30:49 +0300
  • 07b72d6b88 statusline: add support for editor.statusline indent-style Markus F.X.J. Oberhumer 2024-06-29 12:52:16 +0200
  • c6dbb9c270
    VHDL highlights.scm improvement (#10845) Chris44442 2024-06-29 08:30:38 +0200
  • dca952c03a
    Delay auto-save until exiting insert mode (#11047) Michael Davis 2024-06-28 22:08:21 -0400