UltiSnips and YouCompleteMe

前端 未结 14 1886
囚心锁ツ
囚心锁ツ 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:30

    I use kj. This is what is in my .vimrc:

    let g:UltisnipsExpandTrigger="kj".

    It rarely happens that I run into word that has kj in it. If this is the case I would just wait a couple of seconds after typing k and that type j.

提交回复
热议问题