UltiSnips and YouCompleteMe

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

    As mentioned by others, mapping C-j to ultisnips works great.
    let g:UltiSnipsExpandTrigger=""

    Now, if you go a bit further and install xcape and use
    xcape -e "Shift_L=Control_R|J"

    You unleash the power of using just the shift key for utlitsnips.

提交回复
热议问题