Commit Graph

34 Commits (c7cb7527bedbd8a49471fcf79216d2f78fe21ae2)

Author SHA1 Message Date
Carter Snook e505bf2b48
chore(doc): use faq for finding helix log file ()
Za Wilcox 68697cb332
Move 'Note' from incorrect location ()
Omnikar 6063ecf3b4
Add note about FAQ to `README.md` ()
Sven-Hendrik Haase 4f8dc4cad8
Fix it's -> its ()
Kirawi b0acd8c3a6
Update README.md ()
* Update README.md

* Update README.md
Omnikar bfcc6e2ca5 Update `README.md`
Blaž Hrastnik 0fdb626c2c Remove embed_runtime feature
It's no longer practical to maintain. Closes 
Blaž Hrastnik 000b7b7c97 Make instructions regarding runtime clearer
Blaž Hrastnik 866b32b5d7 Add repology.org packaging status
Blaž Hrastnik 39d59216e4
Fix link to good first issue
Wojciech Kępka 45793d7c09 Update README
Kelly Thomas Kline 8f1eb7b2b0 Add trace log primer to the Contributing section
Blaž Hrastnik f48a60b8e2 Release 0.0.10
Ethan Bodzioney 843c2cdebd
Install instructions and version number corrections ()
* Add MacOS install instructions

* Change version name argument

When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense.

* Fixed version number

* Fixed version number

* Fixed version number

* Fixed version number

* Fixed version number

* Fixed version number
Brian Dawn ae105812d6 Apply suggestions from code review
Co-authored-by: Ivan Tham <pickfire@riseup.net>
Brian Dawn 62d181de78 Provide a feature flag to be able to embed the runtime folder.
These changes provide a new feature flag "embed_runtime" that when
enabled and built in release mode will embed the runtime folder into the
resulting binary.
Blaž Hrastnik 407b37c327 Better link to Matrix
Eric Leijonmarck 5f49bafbe8
Update README.md
Eric Leijonmarck c960bcfc24
Update README.md
Eric Leijonmarck 312b29f712
Update README.md
Blaž Hrastnik 67b1cd32c7 Update install notes
wojciechkepka 56dbc60840 Add Arch Linux installation instructions to README
Blaž Hrastnik 0dde5f2cae Fix badge
Blaž Hrastnik 5825bce0e4 Link to install/keymap docs, fix build status badge
Blaž Hrastnik 668f735232 Update the README's matrix link
Blaž Hrastnik 31d41080ed Add indentation queries for golang.
Blaž Hrastnik 4eabb8d054 Add screenshot to README.
Blaž Hrastnik e1dc1d2d48 Fix release packaging.
Blaž Hrastnik f6d0c7a995 Update README.
Blaž Hrastnik 755632f231 deps update
Blaž Hrastnik 0926904d4c Update README.
Blaž Hrastnik 935cfeae57 Split parts of helix-term into helix-view.
It still largely depends on term for some types but I plan to change
that later.
Blaž Hrastnik 44ff4d3c1f Implement a new core based on CodeMirror.
Blaž Hrastnik 240e5f4e3d Initial import.