From 02a8e79295c9733434aab4e0e2b8c4b7cea9f3a9 Mon Sep 17 00:00:00 2001 From: giri Date: Thu, 11 Jan 2024 02:41:39 +0100 Subject: [PATCH] Add another completion engine that supports vim-vsnip (#275) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e815848..dc7923c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ VSCode(LSP)'s snippet feature in vim/nvim. - completion-engine - [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim) - [vim-mucomplete](https://github.com/lifepillar/vim-mucomplete) + - [vimcomplete](https://github.com/girishji/vimcomplete) - [ddc.vim](https://github.com/Shougo/ddc.vim) - [vim-easycompletion](https://github.com/jayli/vim-easycomplete) - Vim script interpolation