From 7eb7b4450fe73902c9c4abd64675c9b20c9ba201 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 29 Dec 2021 23:33:07 +0800 Subject: [PATCH] update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c64a68c..698505e 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ For more UI demos, see [here](https://github.com/jdhao/nvim-config/issues/15).

-## Autocompletion +## Code autocompletion with nvim-cmp

@@ -103,6 +103,12 @@ For more UI demos, see [here](https://github.com/jdhao/nvim-config/issues/15).

+## Command-line autocompletion with wilder.nvim + +

+ +

+ ## Tags

@@ -117,7 +123,7 @@ Go to a string starting with `se`

-## GUI-style notification +## GUI-style notification with nvim-notify