| Commit message (Expand) | Author | Age |
... | |
* | Add texlab language server for latex (#1922) | Lauri Gustafsson | 2022-04-02 |
* | Added checkmarks to health.rs output, Resolves #1894 (#1918) | Simon H | 2022-04-02 |
* | separate JSX queries from javascript (#1921) | Michael Davis | 2022-04-02 |
* | Update bash tree sitter (#1917) | joezak11 | 2022-04-01 |
* | Avoid unnecessary clone when formatting error (#1903) | jeepee | 2022-04-01 |
* | Fix start-position of next search (#1904) | jeepee | 2022-04-01 |
* | Jump to the next number on the line before incrementing (#1778) | antoyo | 2022-04-01 |
* | jsx: Add special highlighting to component names | Blaž Hrastnik | 2022-04-01 |
* | Add JSX highlighting queries | Blaž Hrastnik | 2022-04-01 |
* | Add support for jsx (#1906) | Amine Hmida | 2022-04-01 |
* | Reintroduce win32yank as a clipboard provider on Linux for WSL2 + Windows 10 ... | جاد | 2022-04-01 |
* | Fix an issue that caused an empty indentation query to be used instead of usi... | Triton171 | 2022-04-01 |
* | lsp: Implement support for workspace_folders (currently just one) | Blaž Hrastnik | 2022-04-01 |
* | fix: copy_selections was broken with selections (not cursors) | Blaž Hrastnik | 2022-04-01 |
* | Add install instructions for Void Linux (#1911) | Marcin Puc | 2022-03-31 |
* | fix: Some LSPs still want rootPath, so provide it | Blaž Hrastnik | 2022-03-31 |
* | Resolve conflicts between prompt/picker bindings (#1792) | Rohan Jain | 2022-03-31 |
* | set VERSION file to dev (#1883) | Michael Davis | 2022-03-31 |
* | Add a TODO for the future | Blaž Hrastnik | 2022-03-31 |
* | fix: copy_selection needs to account for to() being exclusive | Blaž Hrastnik | 2022-03-31 |
* | Use fromTOML on Nix >= 2.6.0 (#1892) | Max | 2022-03-30 |
* | Indentation rework (#1562) | Triton171 | 2022-03-30 |
* | fix: Don't rely on FormattingOptions::default() | Blaž Hrastnik | 2022-03-30 |
* | Handle BrokenPipe when piping hx --health through head (#1876) | Nirmal Patel | 2022-03-30 |
* | add tree-sitter-gleam | Michael Davis | 2022-03-30 |
* | update tree-sitter-elixir | Michael Davis | 2022-03-30 |
* | update tree-sitter-erlang | Michael Davis | 2022-03-30 |
* | Avoid using the format ident Rust feature (#1881) | Marcin Puc | 2022-03-30 |
* | update screenshot (#1879) | Michael Davis | 2022-03-29 |
* | changelog notes for 22.03 (#1830) | Michael Davis | 2022-03-29 |
* | Revert "Resize is not necessary inside SIGCONT, handled by render()" | Blaž Hrastnik | 2022-03-29 |
* | publish a source tarball with version and grammars (#1875) | Michael Davis | 2022-03-29 |
* | build(deps): bump log from 0.4.14 to 0.4.16 (#1874) | dependabot[bot] | 2022-03-29 |
* | build(deps): bump smartstring from 1.0.0 to 1.0.1 (#1873) | dependabot[bot] | 2022-03-29 |
* | grammars.nix: use github type for fetchTree where possible (#1872) | Max | 2022-03-28 |
* | clipboard: fix import on macOS | Blaž Hrastnik | 2022-03-28 |
* | cargo fmt | Blaž Hrastnik | 2022-03-28 |
* | Address clippy lint | Blaž Hrastnik | 2022-03-28 |
* | Refactor clipboard to make it easier to feature gate std::process | Blaž Hrastnik | 2022-03-28 |
* | Make truncate_start a builder method instead | Blaž Hrastnik | 2022-03-28 |
* | Strip some more params | Blaž Hrastnik | 2022-03-28 |
* | Clean up global search | Blaž Hrastnik | 2022-03-28 |
* | Make line a private property | Blaž Hrastnik | 2022-03-28 |
* | Remove more push_layer calls | Blaž Hrastnik | 2022-03-28 |
* | Make regex_prompt directly call cx.push_layer | Blaž Hrastnik | 2022-03-28 |
* | This doesn't need to be mut | Blaž Hrastnik | 2022-03-28 |
* | Split off dap event handlers into helix-view to allow reuse | Blaž Hrastnik | 2022-03-28 |
* | Resize is not necessary inside SIGCONT, handled by render() | Blaž Hrastnik | 2022-03-28 |
* | Move top level lsp config to editor.lsp (#1868) | Gokul Soumya | 2022-03-28 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |