UltiSnips and YouCompleteMe

前端 未结 14 1879
囚心锁ツ
囚心锁ツ 2020-12-07 06:40

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

14条回答
  •  [愿得一人]
    2020-12-07 07:37

    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!

提交回复
热议问题