From 0dec532d6b2e1699b6f63cd6dc0c631d16cd9447 Mon Sep 17 00:00:00 2001 From: leo <80543539+justleoo@users.noreply.github.com> Date: Sun, 14 Aug 2022 08:11:10 -0300 Subject: [PATCH] Add helix (#525) Co-authored-by: Jonathan Neidel --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6d442f3..c92fdf4 100644 --- a/readme.md +++ b/readme.md @@ -157,10 +157,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [emacs](https://github.com/emacs-mirror/emacs) - An extensible, customizable, free/libre text editor — and more. - [vim](https://github.com/vim/vim) - Vim - the ubiquitous text editor. -- [neovim](https://github.com/neovim/neovim) - Vim fork focused on extensibility and usability. +- [neovim](https://github.com/neovim/neovim) - Modern vim. - [kakoune](https://github.com/mawww/kakoune) - Modal editor inspired by vim. - [micro](https://github.com/zyedidia/micro) - A simple and intuitive editor. - [o](https://github.com/xyproto/o) - Configuration-free text editor and IDE. +- [helix](https://github.com/helix-editor/helix) - Modal editor inspired by kakoune. ### Web Development