Skip to content

Commit

Permalink
Clearer wording on the YCM warning (SirVer#1244)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Westreicher <[email protected]>
  • Loading branch information
meredrica and Florian Westreicher authored Sep 8, 2020
1 parent e83c820 commit 28c9bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for your plugin manager of choice. Put this into your `.vimrc`.
" Snippets are separated from the engine. Add this if you want them:
Plugin 'honza/vim-snippets'

" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
" Trigger configuration. You need to change this to something else than <tab> if you use https://github.com/Valloric/YouCompleteMe.
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
Expand Down

0 comments on commit 28c9bed

Please sign in to comment.