@@ -14,14 +14,14 @@ VSCode(LSP)'s snippet feature in vim/nvim.
1414- LSP-client
1515- [ vim-lsp] ( https://github.com/prabirshrestha/vim-lsp )
1616- [ vim-lsc] ( https://github.com/natebosch/vim-lsc )
17+ - [ yegappan-lsp] ( https://github.com/yegappan/lsp )
1718- [ LanguageClient-neovim] ( https://github.com/autozimu/LanguageClient-neovim )
1819- [ neovim built-in lsp] ( https://github.com/neovim/neovim )
19- - [ vim-lamp] ( https://github.com/hrsh7th/vim-lamp )
2020- completion-engine
21- - [ deoplete.nvim] ( https://github.com/Shougo/deoplete.nvim )
2221- [ asyncomplete.vim] ( https://github.com/prabirshrestha/asyncomplete.vim )
2322- [ vim-mucomplete] ( https://github.com/lifepillar/vim-mucomplete )
24- - [ completion-nvim] ( https://github.com/nvim-lua/completion-nvim )
23+ - [ ddc.vim] ( https://github.com/Shougo/ddc.vim )
24+ - [ vim-easycompletion] ( https://github.com/jayli/vim-easycomplete )
2525- Vim script interpolation
2626- You can use Vim script interpolation as` ${VIM:...Vim script expression...} ` .
2727- SnipMate-like syntax support