From 7ce35a0a5f69c257df0fe6ad627232762fe9d71f Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 3 Feb 2022 12:59:07 +0800 Subject: [PATCH] chore: add comment --- core/plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index ffb6c5b..ae2f790 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -12,6 +12,10 @@ call utils#Cabbrev('pud', 'PackerUpdate') call utils#Cabbrev('pc', 'PackerClean') call utils#Cabbrev('ps', 'PackerSync') +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" configurations for vim script plugin " +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + """""""""""""""""""""""""UltiSnips settings""""""""""""""""""" " Trigger configuration. Do not use if you use YouCompleteMe let g:UltiSnipsExpandTrigger=''