From e182c88de5f9d5500eee1ed5443b91d5bab5451a Mon Sep 17 00:00:00 2001 From: Phong Nguyen Date: Sun, 1 Sep 2024 13:47:39 +0700 Subject: [PATCH] Mention completor-vsnip for vim-vsnip support --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 928cb23..f03ea35 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,14 @@ completed. This is the fallback completer. When no semantic completer found the buffer completer will be used and will complete based on the current buffers. -#### Ultisnips and neosnippet +#### Snippets -Ultisnips is supported by default. If [ultisnips](https://github.com/SirVer/ultisnips) is installed, +Ultisnips: is supported by default. If [ultisnips](https://github.com/SirVer/ultisnips) is installed, the snips candidates will show on the completion popup menu. -Use this plugin [completor-neosnippet](https://github.com/maralla/completor-neosnippet) for neosnippet support. +neosnippet: Need to install [completor-neosnippet](https://github.com/maralla/completor-neosnippet) for neosnippet support. + +vim-vsnip: Need to install [completor-vsnip](https://github.com/phongnh/completor-vsnip) for vim-vsnip support. #### Neoinclude