From 1239f4549ae2d4cb12d8a26bf25daa67cf001ee8 Mon Sep 17 00:00:00 2001 From: Coldle Date: Mon, 17 Jun 2024 22:23:47 +0800 Subject: [PATCH] docs: fix description about the helix plugin system --- home/base/tui/editors/helix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/tui/editors/helix/README.md b/home/base/tui/editors/helix/README.md index 0325e87e..e35b3baf 100644 --- a/home/base/tui/editors/helix/README.md +++ b/home/base/tui/editors/helix/README.md @@ -30,7 +30,7 @@ Use `:tutor` in helix to start the tutorial. 1. Personally I'm glad to take a look at a Rust codebase, but not a VimScript/Lua codebase. 1. Neovim have a very activate plugin ecosystem, and it's easy to find plugins for almost everything. - 1. Helix is still new, and it even do have a stable plugin system yet. A PR to add a plugin + 1. Helix is still new, and it even don't have a stable plugin system yet. A PR to add a plugin system is still envolving: 1. Neovim has integrated terminal, and it's very powerful. It's quite similar to VSCode's integrated terminal. I use it a lot.