Skip to content

Commit

Permalink
Update vim docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Mar 4, 2024
1 parent d088ff7 commit 5a2b587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/youcompleteme.txt
Expand Up @@ -2966,8 +2966,8 @@ number like '99'.
When |g:ycm_auto_trigger| is '0', YCM sets the 'completefunc', so that you can
manually trigger normal completion using 'C-x C-u'.

If you want to map something else to trigger completion, such as 'C-d``, then
you can map it to'(YCMComplete)`. For example:
If you want to map something else to trigger completion, such as 'C-d', then
you can map it to '<plug>(YCMComplete)'. For example:
>
let g:ycm_auto_trigger = 0
imap <c-d> <plug>(YCMComplete)
Expand Down

0 comments on commit 5a2b587

Please sign in to comment.