Skip to content

Commit

Permalink
Merge pull request #4226 from VimspectorUpdateBot/auto/update-vim-docs
Browse files Browse the repository at this point in the history
[Auto] Update vim docs
  • Loading branch information
mergify[bot] committed Mar 20, 2024
2 parents d088ff7 + 5a2b587 commit 4556062
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 4556062

Please sign in to comment.