mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
chore: add comment
This commit is contained in:
parent
61ae7acc14
commit
7ce35a0a5f
@ -12,6 +12,10 @@ call utils#Cabbrev('pud', 'PackerUpdate')
|
|||||||
call utils#Cabbrev('pc', 'PackerClean')
|
call utils#Cabbrev('pc', 'PackerClean')
|
||||||
call utils#Cabbrev('ps', 'PackerSync')
|
call utils#Cabbrev('ps', 'PackerSync')
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" configurations for vim script plugin "
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
"""""""""""""""""""""""""UltiSnips settings"""""""""""""""""""
|
"""""""""""""""""""""""""UltiSnips settings"""""""""""""""""""
|
||||||
" Trigger configuration. Do not use <tab> if you use YouCompleteMe
|
" Trigger configuration. Do not use <tab> if you use YouCompleteMe
|
||||||
let g:UltiSnipsExpandTrigger='<c-j>'
|
let g:UltiSnipsExpandTrigger='<c-j>'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user