mirror of
1
0
Fork 0
3 Known Conflicts between other plugins
alphaCTzo7G edited this page 2018-02-18 13:53:35 -08:00

YouCompleteMe and SnipMate:

YouCompleteMe uses tab for completion, and so does SnipMate. If you want to use both, you need to change SnipMate-s trigger key using:

imap <C-J> <esc>a<Plug>snipMateNextOrTrigger                                                                                                                
smap <C-J> <Plug>snipMateNextOrTrigger 

Ref: https://github.com/Valloric/YouCompleteMe/issues/47#issuecomment-20529309