Coc-snippets

From wikinotes
Revision as of 20:20, 22 July 2022 by Will (talk | contribs) (Created page with "Complete vim snippets from coc's completer. notably, supports syntax for: * VimPlugin: vim-snipmate * VimPlugin: ultisnips = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/neoclide/coc-snippets |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="vim"> " ad-hoc install :CocInstall coc-snippets " configured install (alongside LSPs) let g:coc_global_extensions = ["coc-snippets"] </syntaxh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.