1
0
Fork 0
mirror of synced 2024-05-31 22:41:09 -04:00

Initial Home page

alphaCTzo7G 2018-02-18 10:52:07 -08:00
commit 951c6db9d8

@ -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
```