Coc-snippets

From wikinotes

Complete vim snippets from coc's completer.

notably, supports syntax for:

Documentation

github https://github.com/neoclide/coc-snippets

Install

" ad-hoc install
:CocInstall coc-snippets

" configured install (alongside LSPs)
let g:coc_global_extensions = ["coc-snippets"]

Usage

Tab to complete, enter to expand.
It just works no configuration needed here.