summaryrefslogtreecommitdiff
path: root/content/blog/trying-out-helix.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/trying-out-helix.md')
-rw-r--r--content/blog/trying-out-helix.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/trying-out-helix.md b/content/blog/trying-out-helix.md
index 79fbc7b..01d1746 100644
--- a/content/blog/trying-out-helix.md
+++ b/content/blog/trying-out-helix.md
@@ -5,7 +5,7 @@ date: 2025-09-22T09:08:19+02:00
## Intro
-So I recently learned about the [helix editor](https://helix-editor.com). If you try to use it you will see that Helix is similar to Vim and has the same three main editing modes.
+So I recently learned about the [helix editor](https://helix-editor.com/). If you try to use it you will see that Helix is similar to Vim and has the same three main editing modes.
On a ton of distros it's easy to install it, on Arch you can just go:
@@ -25,7 +25,7 @@ alias hx="helix"
Helix comes pre installed with LSP support, color schemes, a fuzzy finder similar to telescope, native syntax tree with tree sitter, auto closing characters such as brackets, parenthesis and quotes and more.
-Helix are different [Neovim](https://neovim.io) as helix works out of the box, you have nothing to configure. Some people might say that compared to Neovim/Vim, Helix is bloated, but I really think that this 'bloat' feels awesome and will find it's own audience.
+Helix are different [Neovim](https://neovim.io/) as helix works out of the box, you have nothing to configure. Some people might say that compared to Neovim/Vim, Helix is bloated, but I really think that this 'bloat' feels awesome and will find it's own audience.
### Conf