From a4d9fa021df76acfd7ab85cf4c668d6f02780733 Mon Sep 17 00:00:00 2001 From: lijing00333 Date: Mon, 18 Dec 2023 08:32:53 +0800 Subject: [PATCH] add all --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6471fe..26125dbb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ There are many excellent vim auto-completion plugins such as [nvim-cmp](https:// ## What -Vim-easycomplete is a fast and minimalism style completion plugin for vim/nvim. The goal is to work everywhere out of the box. It requires pure VimScript. It's also super simple to configure. Especially, You don’t have to install Node and a bunch of Node modules unless you’re a js/ts programmer. +Vim-easycomplete is a fast and minimalism style completion plugin for vim/nvim. The goal is to work everywhere out of the box. It requires pure VimScript. It's also super simple to configure. For example, Node and a bunch of Node modules are unnecessarily unless you write node code.