From 481b47e0ae99cb4ac4ab6d192e84da1878dd6625 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 17 Nov 2025 18:20:08 +0100 Subject: add slash at the end of links --- content/blog/trying-out-helix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/blog') 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 -- cgit v1.2.3