I have bundles ultisnips and youcompleteme installed on my macvim. The problem is that ultisnips doesn\'t work because tab is bound by ycm. I tried putting let g:UltiS
let g:UltiS
i have this in my vimrc
"" YouCompleteMe let g:ycm_key_list_previous_completion=[''] "" Ultisnips let g:UltiSnipsExpandTrigger="" let g:UltiSnipsListSnippets=""
thats what i did on my first try, but i misspelled UltiSnips with Ultisnips.. oh well, worked out in the end!