aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix empty command cause panicDaichi Takamiya2021-06-02
|
* Run fmtBlaž Hrastnik2021-06-02
|
* Merge pull request #38 from nathom/masterBlaž Hrastnik2021-06-02
|\ | | | | Add .DS_Store to ignored directories
| * Add .DS_Store to ignored directoriesnathom2021-06-02
| |
* | Merge pull request #19 from wojciechkepka/archinstallBlaž Hrastnik2021-06-02
|\ \ | | | | | | Add Arch Linux installation instructions to README
| * | Add Arch Linux installation instructions to READMEwojciechkepka2021-06-01
| | |
* | | Merge pull request #34 from DanySpin97/improve-errorBlaž Hrastnik2021-06-02
|\ \ \ | |_|/ |/| | Improve errors handling in main by adding context
| * | Improve errors handling in main by adding contextDanilo Spinella2021-06-01
| |/ | | | | | | | | Return a anyhow::Result in main function so that Context can be used there too.
* | Merge pull request #31 from wullewutz/patch-1Blaž Hrastnik2021-06-02
|\ \ | | | | | | Fixed c/p error in keymap doc
| * | Fixed c/p error in keymap docwullewutz2021-06-01
| |/ | | | | Go to definition mapping is "gd" not "ge"
* | Merge pull request #36 from swdunlop/patch-1Blaž Hrastnik2021-06-02
|\ \ | |/ |/| Make HELIX_RUNTIME depend on pwd, not speed's HOME
| * Make HELIX_RUNTIME depend on pwd, not speed's HOMEScott Dunlop2021-06-01
|/
* Add typescript support & ts/js indentation queriesBlaž Hrastnik2021-06-01
|
* Golang indent queriesBlaž Hrastnik2021-06-01
|
* Allow setting a filepath on :writeBlaž Hrastnik2021-06-01
|
* Change help prompt stylingBlaž Hrastnik2021-06-01
|
* Don't crash if no filename specified on openBlaž Hrastnik2021-06-01
|
* Categorize _ as a word char, not punctuationBlaž Hrastnik2021-05-31
|
* Fix badgeBlaž Hrastnik2021-05-31
|
* Allow setting verbosity to info againBlaž Hrastnik2021-05-31
|
* Link to install/keymap docs, fix build status badgeBlaž Hrastnik2021-05-31
|
* Adjust golang indents yet againBlaž Hrastnik2021-05-31
|
* Allow moving to EOL byte, also fixes #15Blaž Hrastnik2021-05-31
|
* Drop clap for pico-argsBlaž Hrastnik2021-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 AURBlaž Hrastnik2021-05-30
|
* Merge pull request #13 from helix-editor/dependabot/cargo/tokio-1.6.1Blaž Hrastnik2021-05-30
|\ | | | | Bump tokio from 1.6.0 to 1.6.1
| * Bump tokio from 1.6.0 to 1.6.1dependabot[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ž Hrastnik2021-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.3dependabot[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ž Hrastnik2021-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.6dependabot[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 configBlaž Hrastnik2021-05-30
|
* Update architecture.mdBlaž Hrastnik2021-05-30
|
* Adjust rust indentsBlaž Hrastnik2021-05-30
|
* Completion: Format docs tabs & highlight in the doc's native languageBlaž Hrastnik2021-05-30
|
* Update the README's matrix linkBlaž Hrastnik2021-05-30
|
* Add a github pages auto-build action.Blaž Hrastnik2021-05-30
|
* Completion: Render non-markdown docs tooBlaž Hrastnik2021-05-30
|
* Format document on saveBlaž Hrastnik2021-05-29
|
* Update flake depsBlaž Hrastnik2021-05-29
|
* ESC should exit both completion and insert modeBlaž Hrastnik2021-05-29
|
* Golang indent adjustmentBlaž Hrastnik2021-05-28
|
* Fix cursor positioning for promptsBlaž Hrastnik2021-05-28
|
* ui: Menu rendering adjustmentsBlaž Hrastnik2021-05-27
|
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
|
* Display more data in completion popups.Blaž Hrastnik2021-05-22
|
* Support count for indent tooBlaž Hrastnik2021-05-18
|
* Fix unindent to work with tabs, take a countBlaž Hrastnik2021-05-18
|
* Update dependenciesBlaž Hrastnik2021-05-18
|
* Drop selection_lines completely, change move_line_start bindingBlaž Hrastnik2021-05-18
|