All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:20, 22 July 2022 Will talk contribs created page Coc-snippets (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...")