-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds support for Helix editor #2011
base: status
Are you sure you want to change the base?
Conversation
* Add support for K9s and p10k * Sort in Readme.md * Update p10k.cfg Co-authored-by: Laurent Raufaste <[email protected]>
squash commits because of lra#1629 (review)
* Add draft support https://draft.sh/ * Update readme and changelog
Quote from [aria2 documentation](https://aria2.github.io/manual/en/html/aria2c.html#aria2-conf): > By default, aria2 checks whether the legacy path > `$HOME/.aria2/aria2.conf` is present, otherwise it parses > `$XDG_CONFIG_HOME/aria2/aria2.conf` as its configuration file. Co-authored-by: Laurent Raufaste <[email protected]>
* Add config files for IntelliJ IDEA. * Add support for IntelliJ Ultimate Edition 2017.1 Co-authored-by: Ben Samuel <[email protected]>
https://espanso.org/docs/get-started/#configuration Co-authored-by: Laurent Raufaste <[email protected]>
Co-authored-by: Laurent Raufaste <[email protected]>
* Add lf application (Terminal file manager) * Remove extra text from changelog Co-authored-by: Laurent Raufaste <[email protected]>
Co-authored-by: Laurent Raufaste <[email protected]>
Co-authored-by: Laurent Raufaste <[email protected]>
Adds support for Helix editor. https://helix-editor.com/
Added support for Helix editor. - syncs .config/helix/config.toml - syncs .config/helix/languages.toml
Helix editor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but as helix is a command line editor I suggest writing the name with a lower "h" (not capitalized "H") in all appearances.
Hi there, Does it matter in any way that the command itself is invoked by calling 'hx'? |
I don't think so but for consistency lower case for terminal apps seems reasonable. |
Changes name to lowercase
@krueschi done 👍 |
All submissions
Adding/updating Application X Support
Improving the Mackup codebase