From 90e78d645afc608a0aaaddb1163634cf90f9852e Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 5 Sep 2020 23:19:23 +0200 Subject: [PATCH] Add coc-snippets --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 6035a0b..9ae0c41 100644 --- a/.vimrc +++ b/.vimrc @@ -124,6 +124,7 @@ let g:coc_global_extensions = [ \'coc-json', \'coc-markdownlint', \'coc-yaml', + \'coc-snippets' \] Plug 'supercollider/scvim'