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

Commit Graph

  • 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 56d822f4b8da5dcd6948668c3a4cb8b8ea7baf37 into fc97ecc3e3186b9dfe958869178bdb6b8cd7d8df 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