Coc-snippets: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 July 2022

  • curprev 20:2020:20, 22 July 2022Will talk contribs 648 bytes +648 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..."