augroup ULTISNIPS if has("python") || has('python3') let g:UltiSnipsExpandTrigger = ''| " expands the snippet, be careful not to use elsewhere (ycm uses it by default, but it has been deactivated by g:ycm_key_list_select_completion) let g:UltiSnipsJumpForwardTrigger = ''| let g:UltiSnipsJumpBackwardTrigger = ''| packadd vim-snippets packadd ultisnips endif augroup END