Initial Home page
commit
951c6db9d8
1 changed files with 9 additions and 0 deletions
9
Known-Conflicts-between-other-plugins.md
Normal file
9
Known-Conflicts-between-other-plugins.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
## YouCompleteMe and SnipMate:
|
||||||
|
|
||||||
|
YouCompleteMe using `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
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in a new issue