Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | Add Arch Linux installation instructions to README | wojciechkepka | 2021-06-01 | |
| | |/ | |/| | ||||
* | | | Merge pull request #34 from DanySpin97/improve-error | Blaž Hrastnik | 2021-06-02 | |
|\ \ \ | |_|/ |/| | | Improve errors handling in main by adding context | |||
| * | | Improve errors handling in main by adding context | Danilo Spinella | 2021-06-01 | |
| |/ | | | | | | | | | Return a anyhow::Result in main function so that Context can be used there too. | |||
* | | Merge pull request #31 from wullewutz/patch-1 | Blaž Hrastnik | 2021-06-02 | |
|\ \ | | | | | | | Fixed c/p error in keymap doc | |||
| * | | Fixed c/p error in keymap doc | wullewutz | 2021-06-01 | |
| |/ | | | | | Go to definition mapping is "gd" not "ge" | |||
* | | Merge pull request #36 from swdunlop/patch-1 | Blaž Hrastnik | 2021-06-02 | |
|\ \ | |/ |/| | Make HELIX_RUNTIME depend on pwd, not speed's HOME | |||
| * | Make HELIX_RUNTIME depend on pwd, not speed's HOME | Scott Dunlop | 2021-06-01 | |
|/ | ||||
* | Add typescript support & ts/js indentation queries | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Golang indent queries | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Allow setting a filepath on :write | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Change help prompt styling | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Don't crash if no filename specified on open | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Categorize _ as a word char, not punctuation | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Fix badge | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Allow setting verbosity to info again | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Link to install/keymap docs, fix build status badge | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Adjust golang indents yet again | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Allow moving to EOL byte, also fixes #15 | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Drop clap for pico-args | Blaž Hrastnik | 2021-05-31 | |
| | | | | | We barely have any flags so it's not worth the compilation time or binary size to use clap. | |||
* | Update mdbook styling, add link to AUR | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Merge pull request #13 from helix-editor/dependabot/cargo/tokio-1.6.1 | Blaž Hrastnik | 2021-05-30 | |
|\ | | | | | Bump tokio from 1.6.0 to 1.6.1 | |||
| * | Bump tokio from 1.6.0 to 1.6.1 | dependabot[bot] | 2021-05-30 | |
| | | | | | | | | | | | | | | Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.0...tokio-1.6.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
* | | Merge pull request #11 from ↵ | Blaž Hrastnik | 2021-05-30 | |
|\ \ | | | | | | | | | | | | | helix-editor/dependabot/github_actions/actions/upload-artifact-2.2.3 Bump actions/upload-artifact from 1 to 2.2.3 | |||
| * | | Bump actions/upload-artifact from 1 to 2.2.3 | dependabot[bot] | 2021-05-30 | |
| |/ | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.2.3) Signed-off-by: dependabot[bot] <support@github.com> | |||
* | | Merge pull request #12 from ↵ | Blaž Hrastnik | 2021-05-30 | |
|\ \ | |/ |/| | | | | | helix-editor/dependabot/github_actions/actions/cache-2.1.6 Bump actions/cache from 1 to 2.1.6 | |||
| * | Bump actions/cache from 1 to 2.1.6 | dependabot[bot] | 2021-05-30 | |
|/ | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com> | |||
* | Add dependabot config | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Update architecture.md | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Adjust rust indents | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Completion: Format docs tabs & highlight in the doc's native language | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Update the README's matrix link | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Add a github pages auto-build action. | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Completion: Render non-markdown docs too | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Format document on save | Blaž Hrastnik | 2021-05-29 | |
| | ||||
* | Update flake deps | Blaž Hrastnik | 2021-05-29 | |
| | ||||
* | ESC should exit both completion and insert mode | Blaž Hrastnik | 2021-05-29 | |
| | ||||
* | Golang indent adjustment | Blaž Hrastnik | 2021-05-28 | |
| | ||||
* | Fix cursor positioning for prompts | Blaž Hrastnik | 2021-05-28 | |
| | ||||
* | ui: Menu rendering adjustments | Blaž Hrastnik | 2021-05-27 | |
| | ||||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 | |
| | ||||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 | |
| | ||||
* | Support count for indent too | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Fix unindent to work with tabs, take a count | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Update dependencies | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Drop selection_lines completely, change move_line_start binding | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Fix crash if appending at end of line on the last line of the file | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | syntax: golang: Indent type declarations | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Double the UI picker file limit. | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Append :fmt as a separate history state | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Address clippy lint. | Blaž Hrastnik | 2021-05-17 | |
| |