diff options
| author | jdhao <jdhao@hotmail.com> | 2022-02-03 12:59:07 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-02-03 12:59:07 +0800 |
| commit | 7ce35a0a5f69c257df0fe6ad627232762fe9d71f (patch) | |
| tree | 9aeb4c7e1581d547ee127da96ae72b16d0de8598 /core | |
| parent | 61ae7acc14111611dd4d11d88ffc76e437287eb1 (diff) | |
chore: add comment
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
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 <tab> if you use YouCompleteMe let g:UltiSnipsExpandTrigger='<c-j>' |
